org.lisa.tmx20
Interface Datatype

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlNormalizedString, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlToken, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DatatypeImpl, HeaderDocumentImpl.HeaderImpl.DatatypeImpl

public interface Datatype
extends org.apache.xmlbeans.XmlToken

An XML datatype(@http://www.lisa.org/tmx20). This is an atomic type that is a restriction of org.lisa.tmx20.Datatype.


Nested Class Summary
static class Datatype.Enum
          Enumeration value class for org.lisa.tmx20.Datatype.
static class Datatype.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static Datatype.Enum ALPTEXT
           
static Datatype.Enum CDF
           
static Datatype.Enum CMX
           
static Datatype.Enum CPP
           
static Datatype.Enum HPTAG
           
static Datatype.Enum HTML
           
static int INT_ALPTEXT
           
static int INT_CDF
           
static int INT_CMX
           
static int INT_CPP
           
static int INT_HPTAG
           
static int INT_HTML
           
static int INT_INTERLEAF
           
static int INT_IPF
           
static int INT_JAVA
           
static int INT_JAVASCRIPT
           
static int INT_LISP
           
static int INT_MIF
           
static int INT_OPENTAG
           
static int INT_PASCAL
           
static int INT_PLAINTEXT
           
static int INT_PM
           
static int INT_RESX
           
static int INT_RTF
           
static int INT_SGML
           
static int INT_STF_F
           
static int INT_STF_I
           
static int INT_TRANSIT
           
static int INT_UNDEFINED
           
static int INT_UNKNOWN
           
static int INT_VBSCRIPT
           
static int INT_WINRES
           
static int INT_XLIFF
           
static int INT_XML
           
static int INT_XPTAG
           
static Datatype.Enum INTERLEAF
           
static Datatype.Enum IPF
           
static Datatype.Enum JAVA
           
static Datatype.Enum JAVASCRIPT
           
static Datatype.Enum LISP
           
static Datatype.Enum MIF
           
static Datatype.Enum OPENTAG
           
static Datatype.Enum PASCAL
           
static Datatype.Enum PLAINTEXT
           
static Datatype.Enum PM
           
static Datatype.Enum RESX
           
static Datatype.Enum RTF
           
static Datatype.Enum SGML
           
static Datatype.Enum STF_F
           
static Datatype.Enum STF_I
           
static Datatype.Enum TRANSIT
           
static org.apache.xmlbeans.SchemaType type
           
static Datatype.Enum UNDEFINED
           
static Datatype.Enum UNKNOWN
           
static Datatype.Enum VBSCRIPT
           
static Datatype.Enum WINRES
           
static Datatype.Enum XLIFF
           
static Datatype.Enum XML
           
static Datatype.Enum XPTAG
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

UNKNOWN

static final Datatype.Enum UNKNOWN

UNDEFINED

static final Datatype.Enum UNDEFINED

ALPTEXT

static final Datatype.Enum ALPTEXT

CDF

static final Datatype.Enum CDF

CMX

static final Datatype.Enum CMX

CPP

static final Datatype.Enum CPP

HPTAG

static final Datatype.Enum HPTAG

HTML

static final Datatype.Enum HTML

INTERLEAF

static final Datatype.Enum INTERLEAF

IPF

static final Datatype.Enum IPF

JAVA

static final Datatype.Enum JAVA

JAVASCRIPT

static final Datatype.Enum JAVASCRIPT

LISP

static final Datatype.Enum LISP

MIF

static final Datatype.Enum MIF

OPENTAG

static final Datatype.Enum OPENTAG

PASCAL

static final Datatype.Enum PASCAL

PLAINTEXT

static final Datatype.Enum PLAINTEXT

PM

static final Datatype.Enum PM

RESX

static final Datatype.Enum RESX

RTF

static final Datatype.Enum RTF

SGML

static final Datatype.Enum SGML

STF_F

static final Datatype.Enum STF_F

STF_I

static final Datatype.Enum STF_I

TRANSIT

static final Datatype.Enum TRANSIT

VBSCRIPT

static final Datatype.Enum VBSCRIPT

WINRES

static final Datatype.Enum WINRES

XLIFF

static final Datatype.Enum XLIFF

XML

static final Datatype.Enum XML

XPTAG

static final Datatype.Enum XPTAG

INT_UNKNOWN

static final int INT_UNKNOWN
See Also:
Constant Field Values

INT_UNDEFINED

static final int INT_UNDEFINED
See Also:
Constant Field Values

INT_ALPTEXT

static final int INT_ALPTEXT
See Also:
Constant Field Values

INT_CDF

static final int INT_CDF
See Also:
Constant Field Values

INT_CMX

static final int INT_CMX
See Also:
Constant Field Values

INT_CPP

static final int INT_CPP
See Also:
Constant Field Values

INT_HPTAG

static final int INT_HPTAG
See Also:
Constant Field Values

INT_HTML

static final int INT_HTML
See Also:
Constant Field Values

INT_INTERLEAF

static final int INT_INTERLEAF
See Also:
Constant Field Values

INT_IPF

static final int INT_IPF
See Also:
Constant Field Values

INT_JAVA

static final int INT_JAVA
See Also:
Constant Field Values

INT_JAVASCRIPT

static final int INT_JAVASCRIPT
See Also:
Constant Field Values

INT_LISP

static final int INT_LISP
See Also:
Constant Field Values

INT_MIF

static final int INT_MIF
See Also:
Constant Field Values

INT_OPENTAG

static final int INT_OPENTAG
See Also:
Constant Field Values

INT_PASCAL

static final int INT_PASCAL
See Also:
Constant Field Values

INT_PLAINTEXT

static final int INT_PLAINTEXT
See Also:
Constant Field Values

INT_PM

static final int INT_PM
See Also:
Constant Field Values

INT_RESX

static final int INT_RESX
See Also:
Constant Field Values

INT_RTF

static final int INT_RTF
See Also:
Constant Field Values

INT_SGML

static final int INT_SGML
See Also:
Constant Field Values

INT_STF_F

static final int INT_STF_F
See Also:
Constant Field Values

INT_STF_I

static final int INT_STF_I
See Also:
Constant Field Values

INT_TRANSIT

static final int INT_TRANSIT
See Also:
Constant Field Values

INT_VBSCRIPT

static final int INT_VBSCRIPT
See Also:
Constant Field Values

INT_WINRES

static final int INT_WINRES
See Also:
Constant Field Values

INT_XLIFF

static final int INT_XLIFF
See Also:
Constant Field Values

INT_XML

static final int INT_XML
See Also:
Constant Field Values

INT_XPTAG

static final int INT_XPTAG
See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)


Copyright © 2007-2008 Vermont Department of Taxes. All Rights Reserved.