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

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

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

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return SpreadSheetCellFormat.PresentationRoundingMode
 SpreadSheetCellFormat.PresentationRoundingMode SpreadSheetCellFormat.getPresentationRoundingMode()
          Gets the presentation rounding mode.
static SpreadSheetCellFormat.PresentationRoundingMode SpreadSheetCellFormat.PresentationRoundingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpreadSheetCellFormat.PresentationRoundingMode[] SpreadSheetCellFormat.PresentationRoundingMode.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.PresentationRoundingMode
 void SpreadSheetCellFormat.setPresentationRoundingMode(SpreadSheetCellFormat.PresentationRoundingMode presentationRoundingMode)
          Sets the presentation rounding mode.