|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
public abstract class Enum
The base class for the enumerated types.
| Field Summary | |
|---|---|
static int |
CONSTANTS_RANGE
The constant range |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
Returns true if this object represents the same enumerated type. |
int |
hashCode()
|
static int |
max()
Returns the maximum value for this enumerated type. |
int |
toInt()
Returns the integer value of this enumerated value. |
java.lang.String |
toString()
Returns the String representation of this enumerated value. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int CONSTANTS_RANGE
| Method Detail |
|---|
public boolean equals(java.lang.Object object)
true if this object represents the same enumerated type.
equals in class java.lang.Objectpublic static int max()
public int toInt()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
String representation of this enumerated value.
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||