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

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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XCategoryProfile
 List<XCategoryProfile> XCategoriesProfiles.getCategoryProfileList()
          Gets a List of "categoryProfile" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XCategoryProfile
 void XCategoriesProfiles.setCategoryProfileArray(int i, XCategoryProfile categoryProfile)
          Sets ith "categoryProfile" element
 void XCategoriesProfiles.setCategoryProfileArray(XCategoryProfile[] categoryProfileArray)
          Sets array of all "categoryProfile" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XCategoryProfile
 XCategoryProfile XCategoriesProfilesImpl.addNewCategoryProfile()
          Appends and returns a new empty value (as xml) as the last "categoryProfile" element
 XCategoryProfile[] XCategoriesProfilesImpl.getCategoryProfileArray()
          Deprecated.  
 XCategoryProfile XCategoriesProfilesImpl.getCategoryProfileArray(int i)
          Gets ith "categoryProfile" element
 XCategoryProfile XCategoriesProfilesImpl.insertNewCategoryProfile(int i)
          Inserts and returns a new empty value (as xml) as the ith "categoryProfile" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XCategoryProfile
 List<XCategoryProfile> XCategoriesProfilesImpl.getCategoryProfileList()
          Gets a List of "categoryProfile" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XCategoryProfile
 void XCategoriesProfilesImpl.setCategoryProfileArray(int i, XCategoryProfile categoryProfile)
          Sets ith "categoryProfile" element
 void XCategoriesProfilesImpl.setCategoryProfileArray(XCategoryProfile[] categoryProfileArray)
          Sets array of all "categoryProfile" element
 



Copyright © 2011. All Rights Reserved.