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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAttributesMatrix.Row
 XAttributesMatrix.Row XAttributesMatrix.addNewRow()
          Appends and returns a new empty value (as xml) as the last "row" element
 XAttributesMatrix.Row[] XAttributesMatrix.getRowArray()
          Deprecated.  
 XAttributesMatrix.Row XAttributesMatrix.getRowArray(int i)
          Gets ith "row" element
 XAttributesMatrix.Row XAttributesMatrix.insertNewRow(int i)
          Inserts and returns a new empty value (as xml) as the ith "row" element
static XAttributesMatrix.Row XAttributesMatrix.Row.Factory.newInstance()
           
static XAttributesMatrix.Row XAttributesMatrix.Row.Factory.newInstance(XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAttributesMatrix.Row
 List<XAttributesMatrix.Row> XAttributesMatrix.getRowList()
          Gets a List of "row" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttributesMatrix.Row
 void XAttributesMatrix.setRowArray(int i, XAttributesMatrix.Row row)
          Sets ith "row" element
 void XAttributesMatrix.setRowArray(XAttributesMatrix.Row[] rowArray)
          Sets array of all "row" element
 

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

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XAttributesMatrix.Row
static class XAttributesMatrixImpl.RowImpl
          An XML row(@).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttributesMatrix.Row
 XAttributesMatrix.Row XAttributesMatrixImpl.addNewRow()
          Appends and returns a new empty value (as xml) as the last "row" element
 XAttributesMatrix.Row[] XAttributesMatrixImpl.getRowArray()
          Deprecated.  
 XAttributesMatrix.Row XAttributesMatrixImpl.getRowArray(int i)
          Gets ith "row" element
 XAttributesMatrix.Row XAttributesMatrixImpl.insertNewRow(int i)
          Inserts and returns a new empty value (as xml) as the ith "row" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAttributesMatrix.Row
 List<XAttributesMatrix.Row> XAttributesMatrixImpl.getRowList()
          Gets a List of "row" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttributesMatrix.Row
 void XAttributesMatrixImpl.setRowArray(int i, XAttributesMatrix.Row row)
          Sets ith "row" element
 void XAttributesMatrixImpl.setRowArray(XAttributesMatrix.Row[] rowArray)
          Sets array of all "row" element
 



Copyright © 2011. All Rights Reserved.