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

Packages that use EnumFeatureValuesXML
org.apache.uima.tools.cfe.config.xmlBeans   
org.apache.uima.tools.cfe.config.xmlBeans.impl   
 

Uses of EnumFeatureValuesXML in org.apache.uima.tools.cfe.config.xmlBeans
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans that return EnumFeatureValuesXML
 EnumFeatureValuesXML SingleFeatureMatcherXML.addNewEnumFeatureValues()
          Appends and returns a new empty "enumFeatureValues" element
 EnumFeatureValuesXML SingleFeatureMatcherXML.getEnumFeatureValues()
          Gets the "enumFeatureValues" element
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.newInstance()
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(File file)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(InputStream is)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(Node node)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(Reader r)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(String xmlAsString)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(URL u)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static EnumFeatureValuesXML EnumFeatureValuesXML.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans with parameters of type EnumFeatureValuesXML
 void SingleFeatureMatcherXML.setEnumFeatureValues(EnumFeatureValuesXML enumFeatureValues)
          Sets the "enumFeatureValues" element
 

Uses of EnumFeatureValuesXML in org.apache.uima.tools.cfe.config.xmlBeans.impl
 

Classes in org.apache.uima.tools.cfe.config.xmlBeans.impl that implement EnumFeatureValuesXML
 class EnumFeatureValuesXMLImpl
          An XML EnumFeatureValuesXML(@http://www.apache.org/uima/tools/cfe/config/XMLBeans).
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return EnumFeatureValuesXML
 EnumFeatureValuesXML SingleFeatureMatcherXMLImpl.addNewEnumFeatureValues()
          Appends and returns a new empty "enumFeatureValues" element
 EnumFeatureValuesXML SingleFeatureMatcherXMLImpl.getEnumFeatureValues()
          Gets the "enumFeatureValues" element
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl with parameters of type EnumFeatureValuesXML
 void SingleFeatureMatcherXMLImpl.setEnumFeatureValues(EnumFeatureValuesXML enumFeatureValues)
          Sets the "enumFeatureValues" element
 



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