org.gxos.schema.types
Class ExportTypeType

java.lang.Object
  |
  +--org.gxos.schema.types.ExportTypeType
All Implemented Interfaces:
java.io.Serializable

public class ExportTypeType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static ExportTypeType HTML
          The instance of the HTML type
static int HTML_TYPE
          The HTML type
static ExportTypeType PDF
          The instance of the PDF type
static int PDF_TYPE
          The PDF type
static ExportTypeType REAL
          The instance of the Real type
static int REAL_TYPE
          The Real type
static ExportTypeType SVG
          The instance of the SVG type
static int SVG_TYPE
          The SVG type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of ExportTypeType
 int getType()
          Returns the type of this ExportTypeType
 java.lang.String toString()
          Returns the String representation of this ExportTypeType
static ExportTypeType valueOf(java.lang.String string)
          Returns a new ExportTypeType 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

PDF_TYPE

public static final int PDF_TYPE
The PDF type

PDF

public static final ExportTypeType PDF
The instance of the PDF type

SVG_TYPE

public static final int SVG_TYPE
The SVG type

SVG

public static final ExportTypeType SVG
The instance of the SVG type

HTML_TYPE

public static final int HTML_TYPE
The HTML type

HTML

public static final ExportTypeType HTML
The instance of the HTML type

REAL_TYPE

public static final int REAL_TYPE
The Real type

REAL

public static final ExportTypeType REAL
The instance of the Real type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of ExportTypeType

getType

public int getType()
Returns the type of this ExportTypeType

toString

public java.lang.String toString()
Returns the String representation of this ExportTypeType
Overrides:
toString in class java.lang.Object

valueOf

public static ExportTypeType valueOf(java.lang.String string)
Returns a new ExportTypeType based on the given String value.
Parameters:
string -