|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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 | |
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) Compares two enumeration values. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getID()
id
of the given enumeration valuepublic java.lang.String getEnum()
public boolean isEqual(Enum src)
true
if two enumerated options are the same, false
otherwise.
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |