|
||||||||||
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.NodeItemPOSITIONType
Class NodeItemPOSITIONType.
Field Summary | |
static NodeItemPOSITIONType |
LEFT
The instance of the left type |
static int |
LEFT_TYPE
The left type |
static NodeItemPOSITIONType |
RIGHT
The instance of the right type |
static int |
RIGHT_TYPE
The right type |
Method Summary | |
static Enumeration |
enumerate()
Method enumerate Returns an enumeration of all possible instances of NodeItemPOSITIONType |
int |
getType()
Method getType Returns the type of this NodeItemPOSITIONType |
String |
toString()
Method toString Returns the String representation of this NodeItemPOSITIONType |
static NodeItemPOSITIONType |
valueOf(String string)
Method valueOf Returns a new NodeItemPOSITIONType 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 LEFT_TYPE
public static final NodeItemPOSITIONType LEFT
public static final int RIGHT_TYPE
public static final NodeItemPOSITIONType RIGHT
Method Detail |
public static Enumeration enumerate()
public int getType()
public String toString()
toString
in class Object
public static NodeItemPOSITIONType valueOf(String string)
string
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |