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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAttributeReference
 XAttributeReference XCriterion.addNewAttributeReference()
          Appends and returns a new empty value (as xml) as the last "attributeReference" element
 XAttributeReference XAttribute.addNewAttributeReference()
          Appends and returns a new empty value (as xml) as the last "attributeReference" element
 XAttributeReference XAttributesComparisons.Pairs.Pair.addNewInitial()
          Appends and returns a new empty "initial" element
 XAttributeReference XAttributesComparisons.Pairs.Pair.addNewTerminal()
          Appends and returns a new empty "terminal" element
 XAttributeReference[] XCriterion.getAttributeReferenceArray()
          Deprecated.  
 XAttributeReference[] XAttribute.getAttributeReferenceArray()
          Deprecated.  
 XAttributeReference XCriterion.getAttributeReferenceArray(int i)
          Gets ith "attributeReference" element
 XAttributeReference XAttribute.getAttributeReferenceArray(int i)
          Gets ith "attributeReference" element
 XAttributeReference XAttributesComparisons.Pairs.Pair.getInitial()
          Gets the "initial" element
 XAttributeReference XAttributesComparisons.Pairs.Pair.getTerminal()
          Gets the "terminal" element
 XAttributeReference XCriterion.insertNewAttributeReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeReference" element
 XAttributeReference XAttribute.insertNewAttributeReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeReference" element
static XAttributeReference XAttributeReference.Factory.newInstance()
           
static XAttributeReference XAttributeReference.Factory.newInstance(XmlOptions options)
           
static XAttributeReference XAttributeReference.Factory.parse(File file)
           
static XAttributeReference XAttributeReference.Factory.parse(File file, XmlOptions options)
           
static XAttributeReference XAttributeReference.Factory.parse(InputStream is)
           
static XAttributeReference XAttributeReference.Factory.parse(InputStream is, XmlOptions options)
           
static XAttributeReference XAttributeReference.Factory.parse(Node node)
           
static XAttributeReference XAttributeReference.Factory.parse(Node node, XmlOptions options)
           
static XAttributeReference XAttributeReference.Factory.parse(Reader r)
           
static XAttributeReference XAttributeReference.Factory.parse(Reader r, XmlOptions options)
           
static XAttributeReference XAttributeReference.Factory.parse(String xmlAsString)
           
static XAttributeReference XAttributeReference.Factory.parse(String xmlAsString, XmlOptions options)
           
static XAttributeReference XAttributeReference.Factory.parse(URL u)
           
static XAttributeReference XAttributeReference.Factory.parse(URL u, XmlOptions options)
           
static XAttributeReference XAttributeReference.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XAttributeReference XAttributeReference.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XAttributeReference XAttributeReference.Factory.parse(XMLStreamReader sr)
           
static XAttributeReference XAttributeReference.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttributeReference
 void XCriterion.setAttributeReferenceArray(int i, XAttributeReference attributeReference)
          Sets ith "attributeReference" element
 void XAttribute.setAttributeReferenceArray(int i, XAttributeReference attributeReference)
          Sets ith "attributeReference" element
 void XCriterion.setAttributeReferenceArray(XAttributeReference[] attributeReferenceArray)
          Sets array of all "attributeReference" element
 void XAttribute.setAttributeReferenceArray(XAttributeReference[] attributeReferenceArray)
          Sets array of all "attributeReference" element
 void XAttributesComparisons.Pairs.Pair.setInitial(XAttributeReference initial)
          Sets the "initial" element
 void XAttributesComparisons.Pairs.Pair.setTerminal(XAttributeReference terminal)
          Sets the "terminal" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttributeReference
 XAttributeReference XAttributeImpl.addNewAttributeReference()
          Appends and returns a new empty value (as xml) as the last "attributeReference" element
 XAttributeReference XCriterionImpl.addNewAttributeReference()
          Appends and returns a new empty value (as xml) as the last "attributeReference" element
 XAttributeReference XAttributesComparisonsImpl.PairsImpl.PairImpl.addNewInitial()
          Appends and returns a new empty "initial" element
 XAttributeReference XAttributesComparisonsImpl.PairsImpl.PairImpl.addNewTerminal()
          Appends and returns a new empty "terminal" element
 XAttributeReference[] XAttributeImpl.getAttributeReferenceArray()
          Deprecated.  
 XAttributeReference[] XCriterionImpl.getAttributeReferenceArray()
          Deprecated.  
 XAttributeReference XAttributeImpl.getAttributeReferenceArray(int i)
          Gets ith "attributeReference" element
 XAttributeReference XCriterionImpl.getAttributeReferenceArray(int i)
          Gets ith "attributeReference" element
 XAttributeReference XAttributesComparisonsImpl.PairsImpl.PairImpl.getInitial()
          Gets the "initial" element
 XAttributeReference XAttributesComparisonsImpl.PairsImpl.PairImpl.getTerminal()
          Gets the "terminal" element
 XAttributeReference XAttributeImpl.insertNewAttributeReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeReference" element
 XAttributeReference XCriterionImpl.insertNewAttributeReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeReference" element
 

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttributeReference
 void XAttributeImpl.setAttributeReferenceArray(int i, XAttributeReference attributeReference)
          Sets ith "attributeReference" element
 void XCriterionImpl.setAttributeReferenceArray(int i, XAttributeReference attributeReference)
          Sets ith "attributeReference" element
 void XAttributeImpl.setAttributeReferenceArray(XAttributeReference[] attributeReferenceArray)
          Sets array of all "attributeReference" element
 void XCriterionImpl.setAttributeReferenceArray(XAttributeReference[] attributeReferenceArray)
          Sets array of all "attributeReference" element
 void XAttributesComparisonsImpl.PairsImpl.PairImpl.setInitial(XAttributeReference initial)
          Sets the "initial" element
 void XAttributesComparisonsImpl.PairsImpl.PairImpl.setTerminal(XAttributeReference terminal)
          Sets the "terminal" element
 



Copyright © 2011. All Rights Reserved.