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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XCategoryReference
 XCategoryReference XCategoriesComparisons.Pairs.Pair.addNewInitial()
          Appends and returns a new empty "initial" element
 XCategoryReference XCategoriesComparisons.Pairs.Pair.addNewTerminal()
          Appends and returns a new empty "terminal" element
 XCategoryReference XCategoriesComparisons.Pairs.Pair.getInitial()
          Gets the "initial" element
 XCategoryReference XCategoriesComparisons.Pairs.Pair.getTerminal()
          Gets the "terminal" element
static XCategoryReference XCategoryReference.Factory.newInstance()
           
static XCategoryReference XCategoryReference.Factory.newInstance(XmlOptions options)
           
static XCategoryReference XCategoryReference.Factory.parse(File file)
           
static XCategoryReference XCategoryReference.Factory.parse(File file, XmlOptions options)
           
static XCategoryReference XCategoryReference.Factory.parse(InputStream is)
           
static XCategoryReference XCategoryReference.Factory.parse(InputStream is, XmlOptions options)
           
static XCategoryReference XCategoryReference.Factory.parse(Node node)
           
static XCategoryReference XCategoryReference.Factory.parse(Node node, XmlOptions options)
           
static XCategoryReference XCategoryReference.Factory.parse(Reader r)
           
static XCategoryReference XCategoryReference.Factory.parse(Reader r, XmlOptions options)
           
static XCategoryReference XCategoryReference.Factory.parse(String xmlAsString)
           
static XCategoryReference XCategoryReference.Factory.parse(String xmlAsString, XmlOptions options)
           
static XCategoryReference XCategoryReference.Factory.parse(URL u)
           
static XCategoryReference XCategoryReference.Factory.parse(URL u, XmlOptions options)
           
static XCategoryReference XCategoryReference.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XCategoryReference XCategoryReference.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XCategoryReference XCategoryReference.Factory.parse(XMLStreamReader sr)
           
static XCategoryReference XCategoryReference.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XCategoryReference
 void XCategoriesComparisons.Pairs.Pair.setInitial(XCategoryReference initial)
          Sets the "initial" element
 void XCategoriesComparisons.Pairs.Pair.setTerminal(XCategoryReference terminal)
          Sets the "terminal" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XCategoryReference
 XCategoryReference XCategoriesComparisonsImpl.PairsImpl.PairImpl.addNewInitial()
          Appends and returns a new empty "initial" element
 XCategoryReference XCategoriesComparisonsImpl.PairsImpl.PairImpl.addNewTerminal()
          Appends and returns a new empty "terminal" element
 XCategoryReference XCategoriesComparisonsImpl.PairsImpl.PairImpl.getInitial()
          Gets the "initial" element
 XCategoryReference XCategoriesComparisonsImpl.PairsImpl.PairImpl.getTerminal()
          Gets the "terminal" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XCategoryReference
 void XCategoriesComparisonsImpl.PairsImpl.PairImpl.setInitial(XCategoryReference initial)
          Sets the "initial" element
 void XCategoriesComparisonsImpl.PairsImpl.PairImpl.setTerminal(XCategoryReference terminal)
          Sets the "terminal" element
 



Copyright © 2011. All Rights Reserved.