Class AbstractNumericFormat
java.lang.Object
com.softwaremining.wrappers.format.Format
com.softwaremining.wrappers.format.AbstractNumericFormat
- Direct Known Subclasses:
NumericEditedFormat
,NumericFormat
,NumericFormatFloat
-
Field Summary
Fields inherited from class com.softwaremining.wrappers.format.Format
additionalParamsPostfixesMap, justifiedRight, totalRuntime_convertFromDisplayToStorage, totalRuntime_getInstance
-
Method Summary
Modifier and TypeMethodDescriptionadjustPercision
(Number value) make sure that the faction part is either removed for 'integers' or padded for decimals.int
for internal use onlystatic char
boolean
boolean
isSigned()
Methods inherited from class com.softwaremining.wrappers.format.Format
assignJustifiedRight, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromStorageToDisplayFormat, getAllFormatInstances, getInstance, getInstance, getNumberOfDigits, getPicture, getSQLObject, getStorageCellSize, isCompressed, isJustifiedRight, toString
-
Field Details
-
DECIMAL_POINT_ON_SYSTEM
public static char DECIMAL_POINT_ON_SYSTEM
-
-
Method Details
-
adjustPercision
make sure that the faction part is either removed for 'integers' or padded for decimals.- Parameters:
body
-
-
isDecimal
public boolean isDecimal() -
getSystemDecimalPoint
public static char getSystemDecimalPoint() -
isSigned
public boolean isSigned() -
getFractionSize
public int getFractionSize()for internal use only- Returns:
-