public interface EntryPeer extends OsidCapsule
An interface for the keys of the Entry.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getKey()
Gets the entry key.
|
Type |
getKeyType()
Gets the entry key type.
|
Type |
getValueType()
Gets the entry value type.
|
java.lang.Object getKey()
mandatory - This method must be implemented. Type getKeyType()
mandatory - This method must be implemented. Type getValueType()
mandatory - This method must be implemented.