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

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

public class NodeItemPOSITIONType
extends Object
implements Serializable

Class NodeItemPOSITIONType.

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

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

LEFT_TYPE

public static final int LEFT_TYPE
The left type

See Also:
Constant Field Values

LEFT

public static final NodeItemPOSITIONType LEFT
The instance of the left type


RIGHT_TYPE

public static final int RIGHT_TYPE
The right type

See Also:
Constant Field Values

RIGHT

public static final NodeItemPOSITIONType RIGHT
The instance of the right type

Method Detail

enumerate

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

Returns:
Enumeration

getType

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

Returns:
int

toString

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

Overrides:
toString in class Object
Returns:
String

valueOf

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

Parameters:
string -
Returns:
NodeItemPOSITIONType