ca.quine.jcommons.freemind.xml.types
Class RichcontentTYPEType

java.lang.Object
  |
  +--ca.quine.jcommons.freemind.xml.types.RichcontentTYPEType
All Implemented Interfaces:
Serializable

public class RichcontentTYPEType
extends Object
implements Serializable

Class RichcontentTYPEType.

Version:
$Revision: 1.1 $ $Date: 2007/12/01 16:33:27 $
See Also:
Serialized Form

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

NODE_TYPE

public static final int NODE_TYPE
The NODE type

See Also:
Constant Field Values

NODE

public static final RichcontentTYPEType NODE
The instance of the NODE type


NOTE_TYPE

public static final int NOTE_TYPE
The NOTE type

See Also:
Constant Field Values

NOTE

public static final RichcontentTYPEType NOTE
The instance of the NOTE type

Method Detail

enumerate

public static Enumeration enumerate()
Method enumerate Returns an enumeration of all possible instances of RichcontentTYPEType

Returns:
Enumeration

getType

public int getType()
Method getType Returns the type of this RichcontentTYPEType

Returns:
int

toString

public String toString()
Method toString Returns the String representation of this RichcontentTYPEType

Overrides:
toString in class Object
Returns:
String

valueOf

public static RichcontentTYPEType valueOf(String string)
Method valueOf Returns a new RichcontentTYPEType based on the given String value.

Parameters:
string -
Returns:
RichcontentTYPEType