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

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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XThresholds
 List<XThresholds> XCriterion.getThresholdsList()
          Gets a List of "thresholds" elements
 List<XThresholds> XAttribute.getThresholdsList()
          Gets a List of "thresholds" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XThresholds
 void XCriterion.setThresholdsArray(int i, XThresholds thresholds)
          Sets ith "thresholds" element
 void XAttribute.setThresholdsArray(int i, XThresholds thresholds)
          Sets ith "thresholds" element
 void XCriterion.setThresholdsArray(XThresholds[] thresholdsArray)
          Sets array of all "thresholds" element
 void XAttribute.setThresholdsArray(XThresholds[] thresholdsArray)
          Sets array of all "thresholds" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XThresholds
 XThresholds XAttributeImpl.addNewThresholds()
          Appends and returns a new empty value (as xml) as the last "thresholds" element
 XThresholds XCriterionImpl.addNewThresholds()
          Appends and returns a new empty value (as xml) as the last "thresholds" element
 XThresholds[] XAttributeImpl.getThresholdsArray()
          Deprecated.  
 XThresholds[] XCriterionImpl.getThresholdsArray()
          Deprecated.  
 XThresholds XAttributeImpl.getThresholdsArray(int i)
          Gets ith "thresholds" element
 XThresholds XCriterionImpl.getThresholdsArray(int i)
          Gets ith "thresholds" element
 XThresholds XAttributeImpl.insertNewThresholds(int i)
          Inserts and returns a new empty value (as xml) as the ith "thresholds" element
 XThresholds XCriterionImpl.insertNewThresholds(int i)
          Inserts and returns a new empty value (as xml) as the ith "thresholds" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XThresholds
 List<XThresholds> XAttributeImpl.getThresholdsList()
          Gets a List of "thresholds" elements
 List<XThresholds> XCriterionImpl.getThresholdsList()
          Gets a List of "thresholds" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XThresholds
 void XAttributeImpl.setThresholdsArray(int i, XThresholds thresholds)
          Sets ith "thresholds" element
 void XCriterionImpl.setThresholdsArray(int i, XThresholds thresholds)
          Sets ith "thresholds" element
 void XAttributeImpl.setThresholdsArray(XThresholds[] thresholdsArray)
          Sets array of all "thresholds" element
 void XCriterionImpl.setThresholdsArray(XThresholds[] thresholdsArray)
          Sets array of all "thresholds" element
 



Copyright © 2011. All Rights Reserved.