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