org.apache.incubator.uima.regex
Interface SetFeatureDocument.SetFeature.Type

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SetFeatureDocumentImpl.SetFeatureImpl.TypeImpl
Enclosing interface:
SetFeatureDocument.SetFeature

public static interface SetFeatureDocument.SetFeature.Type
extends org.apache.xmlbeans.XmlString

An XML type(@). This is an atomic type that is a restriction of org.apache.incubator.uima.regex.SetFeatureDocument$SetFeature$Type.


Nested Class Summary
static class SetFeatureDocument.SetFeature.Type.Enum
          Enumeration value class for org.apache.incubator.uima.regex.SetFeatureDocument$SetFeature$Type.
static class SetFeatureDocument.SetFeature.Type.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SetFeatureDocument.SetFeature.Type.Enum CONFIDENCE
           
static SetFeatureDocument.SetFeature.Type.Enum FLOAT
           
static int INT_CONFIDENCE
           
static int INT_FLOAT
           
static int INT_INTEGER
           
static int INT_REFERENCE
           
static int INT_RULE_ID
           
static int INT_STRING
           
static SetFeatureDocument.SetFeature.Type.Enum INTEGER
           
static SetFeatureDocument.SetFeature.Type.Enum REFERENCE
           
static SetFeatureDocument.SetFeature.Type.Enum RULE_ID
           
static SetFeatureDocument.SetFeature.Type.Enum STRING
           
static org.apache.xmlbeans.SchemaType type
           
 
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

STRING

static final SetFeatureDocument.SetFeature.Type.Enum STRING

INTEGER

static final SetFeatureDocument.SetFeature.Type.Enum INTEGER

FLOAT

static final SetFeatureDocument.SetFeature.Type.Enum FLOAT

REFERENCE

static final SetFeatureDocument.SetFeature.Type.Enum REFERENCE

CONFIDENCE

static final SetFeatureDocument.SetFeature.Type.Enum CONFIDENCE

RULE_ID

static final SetFeatureDocument.SetFeature.Type.Enum RULE_ID

INT_STRING

static final int INT_STRING
See Also:
Constant Field Values

INT_INTEGER

static final int INT_INTEGER
See Also:
Constant Field Values

INT_FLOAT

static final int INT_FLOAT
See Also:
Constant Field Values

INT_REFERENCE

static final int INT_REFERENCE
See Also:
Constant Field Values

INT_CONFIDENCE

static final int INT_CONFIDENCE
See Also:
Constant Field Values

INT_RULE_ID

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

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

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


Copyright © 2011. All Rights Reserved.