org.apache.uima.tools.cfe.config.xmlBeans
Interface EnumFeatureValuesXML

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EnumFeatureValuesXMLImpl

public interface EnumFeatureValuesXML
extends org.apache.xmlbeans.XmlObject

An XML EnumFeatureValuesXML(@http://www.apache.org/uima/tools/cfe/config/XMLBeans). This is a complex type.


Nested Class Summary
static class EnumFeatureValuesXML.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
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.XmlString addNewValues()
          Appends and returns a new empty value (as xml) as the last "values" element
 void addValues(String values)
          Appends the value as the last "values" element
 boolean getCaseSensitive()
          Gets the "caseSensitive" attribute
 String[] getValuesArray()
          Deprecated.  
 String getValuesArray(int i)
          Gets ith "values" element
 List<String> getValuesList()
          Gets a List of "values" elements
 org.apache.xmlbeans.XmlString insertNewValues(int i)
          Inserts and returns a new empty value (as xml) as the ith "values" element
 void insertValues(int i, String values)
          Inserts the value as the ith "values" element
 boolean isSetCaseSensitive()
          True if has "caseSensitive" attribute
 void removeValues(int i)
          Removes the ith "values" element
 void setCaseSensitive(boolean caseSensitive)
          Sets the "caseSensitive" attribute
 void setValuesArray(int i, String values)
          Sets ith "values" element
 void setValuesArray(String[] valuesArray)
          Sets array of all "values" element
 int sizeOfValuesArray()
          Returns number of "values" element
 void unsetCaseSensitive()
          Unsets the "caseSensitive" attribute
 org.apache.xmlbeans.XmlBoolean xgetCaseSensitive()
          Gets (as xml) the "caseSensitive" attribute
 org.apache.xmlbeans.XmlString[] xgetValuesArray()
          Deprecated.  
 org.apache.xmlbeans.XmlString xgetValuesArray(int i)
          Gets (as xml) ith "values" element
 List<org.apache.xmlbeans.XmlString> xgetValuesList()
          Gets (as xml) a List of "values" elements
 void xsetCaseSensitive(org.apache.xmlbeans.XmlBoolean caseSensitive)
          Sets (as xml) the "caseSensitive" attribute
 void xsetValuesArray(int i, org.apache.xmlbeans.XmlString values)
          Sets (as xml) ith "values" element
 void xsetValuesArray(org.apache.xmlbeans.XmlString[] valuesArray)
          Sets (as xml) array of all "values" element
 
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
Method Detail

getValuesList

List<String> getValuesList()
Gets a List of "values" elements


getValuesArray

String[] getValuesArray()
Deprecated. 

Gets array of all "values" elements


getValuesArray

String getValuesArray(int i)
Gets ith "values" element


xgetValuesList

List<org.apache.xmlbeans.XmlString> xgetValuesList()
Gets (as xml) a List of "values" elements


xgetValuesArray

org.apache.xmlbeans.XmlString[] xgetValuesArray()
Deprecated. 

Gets (as xml) array of all "values" elements


xgetValuesArray

org.apache.xmlbeans.XmlString xgetValuesArray(int i)
Gets (as xml) ith "values" element


sizeOfValuesArray

int sizeOfValuesArray()
Returns number of "values" element


setValuesArray

void setValuesArray(String[] valuesArray)
Sets array of all "values" element


setValuesArray

void setValuesArray(int i,
                    String values)
Sets ith "values" element


xsetValuesArray

void xsetValuesArray(org.apache.xmlbeans.XmlString[] valuesArray)
Sets (as xml) array of all "values" element


xsetValuesArray

void xsetValuesArray(int i,
                     org.apache.xmlbeans.XmlString values)
Sets (as xml) ith "values" element


insertValues

void insertValues(int i,
                  String values)
Inserts the value as the ith "values" element


addValues

void addValues(String values)
Appends the value as the last "values" element


insertNewValues

org.apache.xmlbeans.XmlString insertNewValues(int i)
Inserts and returns a new empty value (as xml) as the ith "values" element


addNewValues

org.apache.xmlbeans.XmlString addNewValues()
Appends and returns a new empty value (as xml) as the last "values" element


removeValues

void removeValues(int i)
Removes the ith "values" element


getCaseSensitive

boolean getCaseSensitive()
Gets the "caseSensitive" attribute


xgetCaseSensitive

org.apache.xmlbeans.XmlBoolean xgetCaseSensitive()
Gets (as xml) the "caseSensitive" attribute


isSetCaseSensitive

boolean isSetCaseSensitive()
True if has "caseSensitive" attribute


setCaseSensitive

void setCaseSensitive(boolean caseSensitive)
Sets the "caseSensitive" attribute


xsetCaseSensitive

void xsetCaseSensitive(org.apache.xmlbeans.XmlBoolean caseSensitive)
Sets (as xml) the "caseSensitive" attribute


unsetCaseSensitive

void unsetCaseSensitive()
Unsets the "caseSensitive" attribute



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.