Uses of Class
net.sourceforge.fixagora.basis.shared.model.persistence.SpreadSheetCellFormat.SpreadSheetFormatType

Packages that use SpreadSheetCellFormat.SpreadSheetFormatType
net.sourceforge.fixagora.basis.shared.model.persistence   
 

Uses of SpreadSheetCellFormat.SpreadSheetFormatType in net.sourceforge.fixagora.basis.shared.model.persistence
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return SpreadSheetCellFormat.SpreadSheetFormatType
 SpreadSheetCellFormat.SpreadSheetFormatType SpreadSheetCellFormat.getSpreadSheetFormatType()
          Gets the spread sheet format type.
static SpreadSheetCellFormat.SpreadSheetFormatType SpreadSheetCellFormat.SpreadSheetFormatType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpreadSheetCellFormat.SpreadSheetFormatType[] SpreadSheetCellFormat.SpreadSheetFormatType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence with parameters of type SpreadSheetCellFormat.SpreadSheetFormatType
 void SpreadSheetCellFormat.setSpreadSheetFormatType(SpreadSheetCellFormat.SpreadSheetFormatType spreadSheetFormatType)
          Sets the spread sheet format type.