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

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

public class FontBOLDType
extends Object
implements Serializable

Class FontBOLDType.

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

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

Method Detail

enumerate

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

Returns:
Enumeration

getType

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

Returns:
int

toString

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

Overrides:
toString in class Object
Returns:
String

valueOf

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

Parameters:
string -
Returns:
FontBOLDType