Uses of Class
com.instantbank.component.parameter.util.ParmCell

Packages that use ParmCell
com.instantbank.component.parameter.util These are auxiliary classes used by the Parameter EJB. 
 

Uses of ParmCell in com.instantbank.component.parameter.util
 

Fields in com.instantbank.component.parameter.util declared as ParmCell
private  ParmCell[] ValueRow.parmCell
          The array of parameter values for each set for parameter points per parameter.
 

Methods in com.instantbank.component.parameter.util that return ParmCell
 ParmCell[] ValueRow.getValueRowParmCell()
          Getter method for the array parameters of each set for parameter points per parameter.
 

Methods in com.instantbank.component.parameter.util with parameters of type ParmCell
 void ValueRow.setValueRowParmCell(ParmCell[] parmCell)
          Setter method for the array parameters of each set for parameter points per parameter.
 

Constructors in com.instantbank.component.parameter.util with parameters of type ParmCell
ValueRow(java.lang.String firstColumnColor, ParmCell[] parmCell)
          Constructor .