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

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

public class NodeItemFOLDEDType
extends Object
implements Serializable

Class NodeItemFOLDEDType.

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

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

TRUE_TYPE

public static final int TRUE_TYPE
The true type

See Also:
Constant Field Values

TRUE

public static final NodeItemFOLDEDType TRUE
The instance of the true type


FALSE_TYPE

public static final int FALSE_TYPE
The false type

See Also:
Constant Field Values

FALSE

public static final NodeItemFOLDEDType FALSE
The instance of the false type

Method Detail

enumerate

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

Returns:
Enumeration

getType

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

Returns:
int

toString

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

Overrides:
toString in class Object
Returns:
String

valueOf

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

Parameters:
string -
Returns:
NodeItemFOLDEDType