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

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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAlternativeOnCriteriaPerformances
 List<XAlternativeOnCriteriaPerformances> XPerformanceTable.getAlternativePerformancesList()
          Gets a List of "alternativePerformances" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAlternativeOnCriteriaPerformances
 void XPerformanceTable.setAlternativePerformancesArray(int i, XAlternativeOnCriteriaPerformances alternativePerformances)
          Sets ith "alternativePerformances" element
 void XPerformanceTable.setAlternativePerformancesArray(XAlternativeOnCriteriaPerformances[] alternativePerformancesArray)
          Sets array of all "alternativePerformances" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAlternativeOnCriteriaPerformances
 XAlternativeOnCriteriaPerformances XPerformanceTableImpl.addNewAlternativePerformances()
          Appends and returns a new empty value (as xml) as the last "alternativePerformances" element
 XAlternativeOnCriteriaPerformances[] XPerformanceTableImpl.getAlternativePerformancesArray()
          Deprecated.  
 XAlternativeOnCriteriaPerformances XPerformanceTableImpl.getAlternativePerformancesArray(int i)
          Gets ith "alternativePerformances" element
 XAlternativeOnCriteriaPerformances XPerformanceTableImpl.insertNewAlternativePerformances(int i)
          Inserts and returns a new empty value (as xml) as the ith "alternativePerformances" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAlternativeOnCriteriaPerformances
 List<XAlternativeOnCriteriaPerformances> XPerformanceTableImpl.getAlternativePerformancesList()
          Gets a List of "alternativePerformances" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAlternativeOnCriteriaPerformances
 void XPerformanceTableImpl.setAlternativePerformancesArray(int i, XAlternativeOnCriteriaPerformances alternativePerformances)
          Sets ith "alternativePerformances" element
 void XPerformanceTableImpl.setAlternativePerformancesArray(XAlternativeOnCriteriaPerformances[] alternativePerformancesArray)
          Sets array of all "alternativePerformances" element
 



Copyright © 2011. All Rights Reserved.