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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XVariable
 XVariable XCriteriaLinearConstraints.Constraint.Element.addNewVariable()
          Appends and returns a new empty "variable" element
 XVariable XAttributesLinearConstraints.Constraint.Element.addNewVariable()
          Appends and returns a new empty "variable" element
 XVariable XCategoriesLinearConstraints.Constraint.Element.addNewVariable()
          Appends and returns a new empty "variable" element
 XVariable XAlternativesLinearConstraints.Constraint.Element.addNewVariable()
          Appends and returns a new empty "variable" element
 XVariable XCriteriaLinearConstraints.Constraint.Element.getVariable()
          Gets the "variable" element
 XVariable XAttributesLinearConstraints.Constraint.Element.getVariable()
          Gets the "variable" element
 XVariable XCategoriesLinearConstraints.Constraint.Element.getVariable()
          Gets the "variable" element
 XVariable XAlternativesLinearConstraints.Constraint.Element.getVariable()
          Gets the "variable" element
static XVariable XVariable.Factory.newInstance()
           
static XVariable XVariable.Factory.newInstance(XmlOptions options)
           
static XVariable XVariable.Factory.parse(File file)
           
static XVariable XVariable.Factory.parse(File file, XmlOptions options)
           
static XVariable XVariable.Factory.parse(InputStream is)
           
static XVariable XVariable.Factory.parse(InputStream is, XmlOptions options)
           
static XVariable XVariable.Factory.parse(Node node)
           
static XVariable XVariable.Factory.parse(Node node, XmlOptions options)
           
static XVariable XVariable.Factory.parse(Reader r)
           
static XVariable XVariable.Factory.parse(Reader r, XmlOptions options)
           
static XVariable XVariable.Factory.parse(String xmlAsString)
           
static XVariable XVariable.Factory.parse(String xmlAsString, XmlOptions options)
           
static XVariable XVariable.Factory.parse(URL u)
           
static XVariable XVariable.Factory.parse(URL u, XmlOptions options)
           
static XVariable XVariable.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XVariable XVariable.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XVariable XVariable.Factory.parse(XMLStreamReader sr)
           
static XVariable XVariable.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XVariable
 void XCriteriaLinearConstraints.Constraint.Element.setVariable(XVariable variable)
          Sets the "variable" element
 void XAttributesLinearConstraints.Constraint.Element.setVariable(XVariable variable)
          Sets the "variable" element
 void XCategoriesLinearConstraints.Constraint.Element.setVariable(XVariable variable)
          Sets the "variable" element
 void XAlternativesLinearConstraints.Constraint.Element.setVariable(XVariable variable)
          Sets the "variable" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XVariable
 XVariable XCategoriesLinearConstraintsImpl.ConstraintImpl.ElementImpl.addNewVariable()
          Appends and returns a new empty "variable" element
 XVariable XCriteriaLinearConstraintsImpl.ConstraintImpl.ElementImpl.addNewVariable()
          Appends and returns a new empty "variable" element
 XVariable XAttributesLinearConstraintsImpl.ConstraintImpl.ElementImpl.addNewVariable()
          Appends and returns a new empty "variable" element
 XVariable XAlternativesLinearConstraintsImpl.ConstraintImpl.ElementImpl.addNewVariable()
          Appends and returns a new empty "variable" element
 XVariable XCategoriesLinearConstraintsImpl.ConstraintImpl.ElementImpl.getVariable()
          Gets the "variable" element
 XVariable XCriteriaLinearConstraintsImpl.ConstraintImpl.ElementImpl.getVariable()
          Gets the "variable" element
 XVariable XAttributesLinearConstraintsImpl.ConstraintImpl.ElementImpl.getVariable()
          Gets the "variable" element
 XVariable XAlternativesLinearConstraintsImpl.ConstraintImpl.ElementImpl.getVariable()
          Gets the "variable" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XVariable
 void XCategoriesLinearConstraintsImpl.ConstraintImpl.ElementImpl.setVariable(XVariable variable)
          Sets the "variable" element
 void XCriteriaLinearConstraintsImpl.ConstraintImpl.ElementImpl.setVariable(XVariable variable)
          Sets the "variable" element
 void XAttributesLinearConstraintsImpl.ConstraintImpl.ElementImpl.setVariable(XVariable variable)
          Sets the "variable" element
 void XAlternativesLinearConstraintsImpl.ConstraintImpl.ElementImpl.setVariable(XVariable variable)
          Sets the "variable" element
 



Copyright © 2011. All Rights Reserved.