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

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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAttributesMatrix
 List<XAttributesMatrix> XMCDADoc.XMCDA.getAttributesMatrixList()
          Gets a List of "attributesMatrix" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttributesMatrix
 void XMCDADoc.XMCDA.setAttributesMatrixArray(int i, XAttributesMatrix attributesMatrix)
          Sets ith "attributesMatrix" element
 void XMCDADoc.XMCDA.setAttributesMatrixArray(XAttributesMatrix[] attributesMatrixArray)
          Sets array of all "attributesMatrix" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttributesMatrix
 XAttributesMatrix XMCDADocImpl.XMCDAImpl.addNewAttributesMatrix()
          Appends and returns a new empty value (as xml) as the last "attributesMatrix" element
 XAttributesMatrix[] XMCDADocImpl.XMCDAImpl.getAttributesMatrixArray()
          Deprecated.  
 XAttributesMatrix XMCDADocImpl.XMCDAImpl.getAttributesMatrixArray(int i)
          Gets ith "attributesMatrix" element
 XAttributesMatrix XMCDADocImpl.XMCDAImpl.insertNewAttributesMatrix(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributesMatrix" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAttributesMatrix
 List<XAttributesMatrix> XMCDADocImpl.XMCDAImpl.getAttributesMatrixList()
          Gets a List of "attributesMatrix" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttributesMatrix
 void XMCDADocImpl.XMCDAImpl.setAttributesMatrixArray(int i, XAttributesMatrix attributesMatrix)
          Sets ith "attributesMatrix" element
 void XMCDADocImpl.XMCDAImpl.setAttributesMatrixArray(XAttributesMatrix[] attributesMatrixArray)
          Sets array of all "attributesMatrix" element
 



Copyright © 2011. All Rights Reserved.