public abstract class A_CmsModeIntEnumeration extends java.lang.Object implements java.io.Serializable
Like:
Modifier | Constructor and Description |
---|---|
protected |
A_CmsModeIntEnumeration(int mode)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getMode()
Returns the mode.
|
int |
hashCode() |
java.lang.String |
toString() |
protected A_CmsModeIntEnumeration(int mode)
mode
- the internal mode descriptorpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int getMode()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()