|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.Enum
This abstract class is used to implement enumerations. It provides get functions for the predefined set of options.
Method Summary |
Type | Method |
---|---|
java.lang.String |
getEnum()
This returns the current ID of the enumeration, which is set in the data member. |
int |
getID()
This returns the current ID of the enumeration, which is set in the data member. |
boolean |
isEqual(Enum src)
Returns true if two enumerated options are the same, flase otherwise. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getID()
public java.lang.String getEnum()
public boolean isEqual(Enum src)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |