|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.ExportTypeType
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 |
public static final int PDF_TYPE
public static final ExportTypeType PDF
public static final int SVG_TYPE
public static final ExportTypeType SVG
public static final int HTML_TYPE
public static final ExportTypeType HTML
public static final int REAL_TYPE
public static final ExportTypeType REAL
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static ExportTypeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |