|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.NamedEnum
public abstract class NamedEnum
Implements XML serialization of enumeration members.
Constructor Summary | |
---|---|
protected |
NamedEnum(int value)
Initializes a new instance of the NamedEnum class with the specified value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Object.equals override. |
static java.lang.String |
getName(java.lang.Object value)
Returns the name of the specified NamedEnum value. |
int |
hashCode()
Object.hashCode override. |
int |
value()
Returns the underlying integer value associated with this NamedEnum. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NamedEnum(int value)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static java.lang.String getName(java.lang.Object value)
public int value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |