Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XCategoryValue

Packages that use XCategoryValue
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
 

Uses of XCategoryValue in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XCategoryValue
 XCategoryValue XMCDADoc.XMCDA.addNewCategoryValue()
          Appends and returns a new empty value (as xml) as the last "categoryValue" element
 XCategoryValue XCategoriesValues.addNewCategoryValue()
          Appends and returns a new empty value (as xml) as the last "categoryValue" element
 XCategoryValue[] XMCDADoc.XMCDA.getCategoryValueArray()
          Deprecated.  
 XCategoryValue[] XCategoriesValues.getCategoryValueArray()
          Deprecated.  
 XCategoryValue XMCDADoc.XMCDA.getCategoryValueArray(int i)
          Gets ith "categoryValue" element
 XCategoryValue XCategoriesValues.getCategoryValueArray(int i)
          Gets ith "categoryValue" element
 XCategoryValue XMCDADoc.XMCDA.insertNewCategoryValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "categoryValue" element
 XCategoryValue XCategoriesValues.insertNewCategoryValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "categoryValue" element
static XCategoryValue XCategoryValue.Factory.newInstance()
           
static XCategoryValue XCategoryValue.Factory.newInstance(XmlOptions options)
           
static XCategoryValue XCategoryValue.Factory.parse(File file)
           
static XCategoryValue XCategoryValue.Factory.parse(File file, XmlOptions options)
           
static XCategoryValue XCategoryValue.Factory.parse(InputStream is)
           
static XCategoryValue XCategoryValue.Factory.parse(InputStream is, XmlOptions options)
           
static XCategoryValue XCategoryValue.Factory.parse(Node node)
           
static XCategoryValue XCategoryValue.Factory.parse(Node node, XmlOptions options)
           
static XCategoryValue XCategoryValue.Factory.parse(Reader r)
           
static XCategoryValue XCategoryValue.Factory.parse(Reader r, XmlOptions options)
           
static XCategoryValue XCategoryValue.Factory.parse(String xmlAsString)
           
static XCategoryValue XCategoryValue.Factory.parse(String xmlAsString, XmlOptions options)
           
static XCategoryValue XCategoryValue.Factory.parse(URL u)
           
static XCategoryValue XCategoryValue.Factory.parse(URL u, XmlOptions options)
           
static XCategoryValue XCategoryValue.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XCategoryValue XCategoryValue.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XCategoryValue XCategoryValue.Factory.parse(XMLStreamReader sr)
           
static XCategoryValue XCategoryValue.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XCategoryValue
 List<XCategoryValue> XMCDADoc.XMCDA.getCategoryValueList()
          Gets a List of "categoryValue" elements
 List<XCategoryValue> XCategoriesValues.getCategoryValueList()
          Gets a List of "categoryValue" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XCategoryValue
 void XMCDADoc.XMCDA.setCategoryValueArray(int i, XCategoryValue categoryValue)
          Sets ith "categoryValue" element
 void XCategoriesValues.setCategoryValueArray(int i, XCategoryValue categoryValue)
          Sets ith "categoryValue" element
 void XMCDADoc.XMCDA.setCategoryValueArray(XCategoryValue[] categoryValueArray)
          Sets array of all "categoryValue" element
 void XCategoriesValues.setCategoryValueArray(XCategoryValue[] categoryValueArray)
          Sets array of all "categoryValue" element
 

Uses of XCategoryValue in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XCategoryValue
 class XCategoryValueImpl
          An XML categoryValue(@http://www.decision-deck.org/2009/XMCDA-2.1.0).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XCategoryValue
 XCategoryValue XCategoriesValuesImpl.addNewCategoryValue()
          Appends and returns a new empty value (as xml) as the last "categoryValue" element
 XCategoryValue XMCDADocImpl.XMCDAImpl.addNewCategoryValue()
          Appends and returns a new empty value (as xml) as the last "categoryValue" element
 XCategoryValue[] XCategoriesValuesImpl.getCategoryValueArray()
          Deprecated.  
 XCategoryValue[] XMCDADocImpl.XMCDAImpl.getCategoryValueArray()
          Deprecated.  
 XCategoryValue XCategoriesValuesImpl.getCategoryValueArray(int i)
          Gets ith "categoryValue" element
 XCategoryValue XMCDADocImpl.XMCDAImpl.getCategoryValueArray(int i)
          Gets ith "categoryValue" element
 XCategoryValue XCategoriesValuesImpl.insertNewCategoryValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "categoryValue" element
 XCategoryValue XMCDADocImpl.XMCDAImpl.insertNewCategoryValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "categoryValue" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XCategoryValue
 List<XCategoryValue> XCategoriesValuesImpl.getCategoryValueList()
          Gets a List of "categoryValue" elements
 List<XCategoryValue> XMCDADocImpl.XMCDAImpl.getCategoryValueList()
          Gets a List of "categoryValue" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XCategoryValue
 void XCategoriesValuesImpl.setCategoryValueArray(int i, XCategoryValue categoryValue)
          Sets ith "categoryValue" element
 void XMCDADocImpl.XMCDAImpl.setCategoryValueArray(int i, XCategoryValue categoryValue)
          Sets ith "categoryValue" element
 void XCategoriesValuesImpl.setCategoryValueArray(XCategoryValue[] categoryValueArray)
          Sets array of all "categoryValue" element
 void XMCDADocImpl.XMCDAImpl.setCategoryValueArray(XCategoryValue[] categoryValueArray)
          Sets array of all "categoryValue" element
 



Copyright © 2011. All Rights Reserved.