public interface AttributeKey
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
AttributeKey |
createSubKey(int objectID) |
int |
getCompoundObjectID() |
java.lang.String |
getKey() |
int |
getObjectID() |
boolean |
isCompound() |
void |
setObjectID(int objectID) |
int getObjectID()
void setObjectID(int objectID)
boolean isCompound()
int getCompoundObjectID()
java.lang.String getKey()
AttributeKey createSubKey(int objectID)