|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.metadata.EnumeratedType | +--org.enhydra.xml.xmlc.metadata.DocumentFormat
Enumerated type for the format of a document (HTML or XML).
Field Summary | |
static DocumentFormat |
HTML
Constant for a HTML document. |
static DocumentFormat |
UNSPECIFIED
Constant for an unspecified document type. |
static DocumentFormat |
XML
Constant for a XML document. |
Fields inherited from class org.enhydra.xml.xmlc.metadata.EnumeratedType |
fName |
Method Summary | |
static DocumentFormat |
getType(java.lang.String desiredType)
Get the object for the specified type. |
Methods inherited from class org.enhydra.xml.xmlc.metadata.EnumeratedType |
getName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final DocumentFormat XML
public static final DocumentFormat HTML
public static final DocumentFormat UNSPECIFIED
Method Detail |
public static DocumentFormat getType(java.lang.String desiredType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |