Uses of Class
jdbreport.model.Cell.Type

Packages that use Cell.Type
jdbreport.model   
 

Uses of Cell.Type in jdbreport.model
 

Methods in jdbreport.model that return Cell.Type
 Cell.Type Cell.getValueType()
           
 Cell.Type NullCell.getValueType()
           
 Cell.Type ReportCell.getValueType()
           
static Cell.Type Cell.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Cell.Type[] Cell.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jdbreport.model with parameters of type Cell.Type
 void Cell.setValueType(Cell.Type valueType)
           
 void NullCell.setValueType(Cell.Type valueType)
           
 void ReportCell.setValueType(Cell.Type valueType)