Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XAlternativesMatrix.Row.Column

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

Uses of XAlternativesMatrix.Row.Column in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAlternativesMatrix.Row.Column
 XAlternativesMatrix.Row.Column XAlternativesMatrix.Row.addNewColumn()
          Appends and returns a new empty value (as xml) as the last "column" element
 XAlternativesMatrix.Row.Column[] XAlternativesMatrix.Row.getColumnArray()
          Deprecated.  
 XAlternativesMatrix.Row.Column XAlternativesMatrix.Row.getColumnArray(int i)
          Gets ith "column" element
 XAlternativesMatrix.Row.Column XAlternativesMatrix.Row.insertNewColumn(int i)
          Inserts and returns a new empty value (as xml) as the ith "column" element
static XAlternativesMatrix.Row.Column XAlternativesMatrix.Row.Column.Factory.newInstance()
           
static XAlternativesMatrix.Row.Column XAlternativesMatrix.Row.Column.Factory.newInstance(XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAlternativesMatrix.Row.Column
 List<XAlternativesMatrix.Row.Column> XAlternativesMatrix.Row.getColumnList()
          Gets a List of "column" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAlternativesMatrix.Row.Column
 void XAlternativesMatrix.Row.setColumnArray(int i, XAlternativesMatrix.Row.Column column)
          Sets ith "column" element
 void XAlternativesMatrix.Row.setColumnArray(XAlternativesMatrix.Row.Column[] columnArray)
          Sets array of all "column" element
 

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

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XAlternativesMatrix.Row.Column
static class XAlternativesMatrixImpl.RowImpl.ColumnImpl
          An XML column(@).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAlternativesMatrix.Row.Column
 XAlternativesMatrix.Row.Column XAlternativesMatrixImpl.RowImpl.addNewColumn()
          Appends and returns a new empty value (as xml) as the last "column" element
 XAlternativesMatrix.Row.Column[] XAlternativesMatrixImpl.RowImpl.getColumnArray()
          Deprecated.  
 XAlternativesMatrix.Row.Column XAlternativesMatrixImpl.RowImpl.getColumnArray(int i)
          Gets ith "column" element
 XAlternativesMatrix.Row.Column XAlternativesMatrixImpl.RowImpl.insertNewColumn(int i)
          Inserts and returns a new empty value (as xml) as the ith "column" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAlternativesMatrix.Row.Column
 List<XAlternativesMatrix.Row.Column> XAlternativesMatrixImpl.RowImpl.getColumnList()
          Gets a List of "column" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAlternativesMatrix.Row.Column
 void XAlternativesMatrixImpl.RowImpl.setColumnArray(int i, XAlternativesMatrix.Row.Column column)
          Sets ith "column" element
 void XAlternativesMatrixImpl.RowImpl.setColumnArray(XAlternativesMatrix.Row.Column[] columnArray)
          Sets array of all "column" element
 



Copyright © 2011. All Rights Reserved.