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

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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XCategory
 List<XCategory> XCategories.getCategoryList()
          Gets a List of "category" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XCategory
 void XCategories.setCategoryArray(int i, XCategory category)
          Sets ith "category" element
 void XCategories.setCategoryArray(XCategory[] categoryArray)
          Sets array of all "category" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XCategory
 XCategory XCategoriesImpl.addNewCategory()
          Appends and returns a new empty value (as xml) as the last "category" element
 XCategory[] XCategoriesImpl.getCategoryArray()
          Deprecated.  
 XCategory XCategoriesImpl.getCategoryArray(int i)
          Gets ith "category" element
 XCategory XCategoriesImpl.insertNewCategory(int i)
          Inserts and returns a new empty value (as xml) as the ith "category" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XCategory
 List<XCategory> XCategoriesImpl.getCategoryList()
          Gets a List of "category" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XCategory
 void XCategoriesImpl.setCategoryArray(int i, XCategory category)
          Sets ith "category" element
 void XCategoriesImpl.setCategoryArray(XCategory[] categoryArray)
          Sets array of all "category" element
 



Copyright © 2011. All Rights Reserved.