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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XCategoryProfile.Central
 XCategoryProfile.Central XCategoryProfile.addNewCentral()
          Appends and returns a new empty value (as xml) as the last "central" element
 XCategoryProfile.Central[] XCategoryProfile.getCentralArray()
          Deprecated.  
 XCategoryProfile.Central XCategoryProfile.getCentralArray(int i)
          Gets ith "central" element
 XCategoryProfile.Central XCategoryProfile.insertNewCentral(int i)
          Inserts and returns a new empty value (as xml) as the ith "central" element
static XCategoryProfile.Central XCategoryProfile.Central.Factory.newInstance()
           
static XCategoryProfile.Central XCategoryProfile.Central.Factory.newInstance(XmlOptions options)
           
 

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XCategoryProfile.Central
 void XCategoryProfile.setCentralArray(int i, XCategoryProfile.Central central)
          Sets ith "central" element
 void XCategoryProfile.setCentralArray(XCategoryProfile.Central[] centralArray)
          Sets array of all "central" element
 

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

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XCategoryProfile.Central
static class XCategoryProfileImpl.CentralImpl
          An XML central(@).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XCategoryProfile.Central
 XCategoryProfile.Central XCategoryProfileImpl.addNewCentral()
          Appends and returns a new empty value (as xml) as the last "central" element
 XCategoryProfile.Central[] XCategoryProfileImpl.getCentralArray()
          Deprecated.  
 XCategoryProfile.Central XCategoryProfileImpl.getCentralArray(int i)
          Gets ith "central" element
 XCategoryProfile.Central XCategoryProfileImpl.insertNewCentral(int i)
          Inserts and returns a new empty value (as xml) as the ith "central" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XCategoryProfile.Central
 List<XCategoryProfile.Central> XCategoryProfileImpl.getCentralList()
          Gets a List of "central" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XCategoryProfile.Central
 void XCategoryProfileImpl.setCentralArray(int i, XCategoryProfile.Central central)
          Sets ith "central" element
 void XCategoryProfileImpl.setCentralArray(XCategoryProfile.Central[] centralArray)
          Sets array of all "central" element
 



Copyright © 2011. All Rights Reserved.