Uses of Class
net.sourceforge.fixagora.basis.shared.model.communication.ModifySheetCellRequest.ValueFormat

Packages that use ModifySheetCellRequest.ValueFormat
net.sourceforge.fixagora.basis.shared.model.communication   
 

Uses of ModifySheetCellRequest.ValueFormat in net.sourceforge.fixagora.basis.shared.model.communication
 

Methods in net.sourceforge.fixagora.basis.shared.model.communication that return ModifySheetCellRequest.ValueFormat
 ModifySheetCellRequest.ValueFormat ModifySheetCellRequest.getValueFormat()
          Gets the value format.
static ModifySheetCellRequest.ValueFormat ModifySheetCellRequest.ValueFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModifySheetCellRequest.ValueFormat[] ModifySheetCellRequest.ValueFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type ModifySheetCellRequest.ValueFormat
ModifySheetCellRequest(SpreadSheetCell spreadSheetCell, ModifySheetCellRequest.ValueFormat valueFormat, long requestID)
          Instantiates a new modify sheet cell request.