|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.quine.jcommons.freemind.xml.types.NodeItemFOLDEDType
Class NodeItemFOLDEDType.
Field Summary | |
static NodeItemFOLDEDType |
FALSE
The instance of the false type |
static int |
FALSE_TYPE
The false type |
static NodeItemFOLDEDType |
TRUE
The instance of the true type |
static int |
TRUE_TYPE
The true type |
Method Summary | |
static Enumeration |
enumerate()
Method enumerate Returns an enumeration of all possible instances of NodeItemFOLDEDType |
int |
getType()
Method getType Returns the type of this NodeItemFOLDEDType |
String |
toString()
Method toString Returns the String representation of this NodeItemFOLDEDType |
static NodeItemFOLDEDType |
valueOf(String string)
Method valueOf Returns a new NodeItemFOLDEDType based on the given String value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int TRUE_TYPE
public static final NodeItemFOLDEDType TRUE
public static final int FALSE_TYPE
public static final NodeItemFOLDEDType FALSE
Method Detail |
public static Enumeration enumerate()
public int getType()
public String toString()
toString
in class Object
public static NodeItemFOLDEDType valueOf(String string)
string
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |