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

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

public class FontITALICType
extends Object
implements Serializable

Class FontITALICType.

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

Field Summary
static FontITALICType FALSE
          The instance of the false type
static int FALSE_TYPE
          The false type
static FontITALICType 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 FontITALICType
 int getType()
          Method getType Returns the type of this FontITALICType
 String toString()
          Method toString Returns the String representation of this FontITALICType
static FontITALICType valueOf(String string)
          Method valueOf Returns a new FontITALICType 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 FontITALICType 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 FontITALICType FALSE
The instance of the false type

Method Detail

enumerate

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

Returns:
Enumeration

getType

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

Returns:
int

toString

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

Overrides:
toString in class Object
Returns:
String

valueOf

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

Parameters:
string -
Returns:
FontITALICType