wt.pds
Interface OidHolder

All Known Implementing Classes:
ObjectReferenceOidHolder, RawOidHolder

public interface OidHolder

This interface specifies an abstraction for accessing OID components. Its purpose is to allow for lightweight wrappers for OID data. This interface is used for ObjectReference queries to increase performance.

Supported API: false

Extendable: false


Field Summary
static String CLASS_NAME
          Label for the attribute; The OID classname.
static String ID
          Label for the attribute; The OID id value.
 
Method Summary
 String getClassName()
          Gets the value of the attribute: CLASS_NAME.
 Object getId()
          Gets the value of the attribute: ID.
 

Field Detail

CLASS_NAME

public static final String CLASS_NAME
Label for the attribute; The OID classname.

Supported API: false

See Also:
Constant Field Values

ID

public static final String ID
Label for the attribute; The OID id value.

Supported API: false

See Also:
Constant Field Values
Method Detail

getClassName

public String getClassName()
Gets the value of the attribute: CLASS_NAME. The OID classname.

Supported API: false

Returns:
String

getId

public Object getId()
Gets the value of the attribute: ID. The OID id value.

Supported API: false

Returns:
Object