|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String CLASS_NAME
public static final String ID
Method Detail |
public String getClassName()
public Object getId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |