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

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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XCriterion
 List<XCriterion> XCriteria.getCriterionList()
          Gets a List of "criterion" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XCriterion
 void XCriteria.setCriterionArray(int i, XCriterion criterion)
          Sets ith "criterion" element
 void XCriteria.setCriterionArray(XCriterion[] criterionArray)
          Sets array of all "criterion" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XCriterion
 XCriterion XCriteriaImpl.addNewCriterion()
          Appends and returns a new empty value (as xml) as the last "criterion" element
 XCriterion[] XCriteriaImpl.getCriterionArray()
          Deprecated.  
 XCriterion XCriteriaImpl.getCriterionArray(int i)
          Gets ith "criterion" element
 XCriterion XCriteriaImpl.insertNewCriterion(int i)
          Inserts and returns a new empty value (as xml) as the ith "criterion" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XCriterion
 List<XCriterion> XCriteriaImpl.getCriterionList()
          Gets a List of "criterion" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XCriterion
 void XCriteriaImpl.setCriterionArray(int i, XCriterion criterion)
          Sets ith "criterion" element
 void XCriteriaImpl.setCriterionArray(XCriterion[] criterionArray)
          Sets array of all "criterion" element
 



Copyright © 2011. All Rights Reserved.