|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnumFeatureValuesXML
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
List<String> getValuesList()
String[] getValuesArray()
String getValuesArray(int i)
List<org.apache.xmlbeans.XmlString> xgetValuesList()
org.apache.xmlbeans.XmlString[] xgetValuesArray()
org.apache.xmlbeans.XmlString xgetValuesArray(int i)
int sizeOfValuesArray()
void setValuesArray(String[] valuesArray)
void setValuesArray(int i, String values)
void xsetValuesArray(org.apache.xmlbeans.XmlString[] valuesArray)
void xsetValuesArray(int i, org.apache.xmlbeans.XmlString values)
void insertValues(int i, String values)
void addValues(String values)
org.apache.xmlbeans.XmlString insertNewValues(int i)
org.apache.xmlbeans.XmlString addNewValues()
void removeValues(int i)
boolean getCaseSensitive()
org.apache.xmlbeans.XmlBoolean xgetCaseSensitive()
boolean isSetCaseSensitive()
void setCaseSensitive(boolean caseSensitive)
void xsetCaseSensitive(org.apache.xmlbeans.XmlBoolean caseSensitive)
void unsetCaseSensitive()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |