Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-02


oracle.irm.engine.core.device
Interface DeviceConstants


public interface DeviceConstants

Device related constants.


Field Summary
static Device NULL_DEVICE
          A "null" device.
static UUID NULL_DEVICE_UUID
          Null device UUID.
static String NULL_DEVICE_UUID_VALUE
          Null device UUID value.

 

Field Detail

NULL_DEVICE_UUID_VALUE

static final String NULL_DEVICE_UUID_VALUE
Null device UUID value.

Value: "00000000-0000-0000-0000-000000000000"
See Also:
Constant Field Values

NULL_DEVICE_UUID

static final UUID NULL_DEVICE_UUID
Null device UUID.

NULL_DEVICE

static final Device NULL_DEVICE
A "null" device. This device can be used to represent a nothing device.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-02


Copyright © 2010, Oracle. All rights reserved.