|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--javax.datamining.Enum
This abstract class is used to implement enumerations of an extensible specification. This class provides get functions for the predefined set of options.
| Method Summary | |
int |
compareTo(java.lang.Object obj)
Compares this object with the specified object for order. |
boolean |
equals(java.lang.Object obj)
This performs a shallow comparison to check if the enumeration is the same as the specified enumeration. |
java.lang.String |
name()
This returns the name of the enumeration value. |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int compareTo(java.lang.Object obj)
throws java.lang.ClassCastException
compareTo in interface java.lang.Comparableobj - An enumeration object to be compared to.
java.lang.ClassCastExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - An enumeration object to be compared to.
public java.lang.String name()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||