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

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

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

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

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

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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XCriteriaMatrix.Row
 XCriteriaMatrix.Row XCriteriaMatrixImpl.addNewRow()
          Appends and returns a new empty value (as xml) as the last "row" element
 XCriteriaMatrix.Row[] XCriteriaMatrixImpl.getRowArray()
          Deprecated.  
 XCriteriaMatrix.Row XCriteriaMatrixImpl.getRowArray(int i)
          Gets ith "row" element
 XCriteriaMatrix.Row XCriteriaMatrixImpl.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 XCriteriaMatrix.Row
 List<XCriteriaMatrix.Row> XCriteriaMatrixImpl.getRowList()
          Gets a List of "row" elements
 

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



Copyright © 2011. All Rights Reserved.