Class NumericFormatDisplaySeparateSign
java.lang.Object
com.softwaremining.wrappers.format.Format
com.softwaremining.wrappers.format.AbstractNumericFormat
com.softwaremining.wrappers.format.NumericFormat
com.softwaremining.wrappers.format.NumericFormatDisplay
com.softwaremining.wrappers.format.NumericFormatDisplaySeparateSign
- All Implemented Interfaces:
NumericEditedDisplay
representation of a class for DISPLAY with SIGN SEPARATE
-
Field Summary
Fields inherited from class com.softwaremining.wrappers.format.NumericFormat
P_onLeft, P_onRight, P_SizeFields inherited from class com.softwaremining.wrappers.format.AbstractNumericFormat
DECIMAL_POINT_ON_SYSTEMFields inherited from class com.softwaremining.wrappers.format.Format
additionalParamsPostfixesMap, justifiedRight, totalRuntime_convertFromDisplayToStorage, totalRuntime_getInstance -
Method Summary
Methods inherited from class com.softwaremining.wrappers.format.NumericFormatDisplay
calculateFormattedCellSize, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromStorageToDisplayFormat, isCompressed, isSignLeading, isSignTrailingMethods inherited from class com.softwaremining.wrappers.format.NumericFormat
getIntegerSize, getNumberOfDigits, getSQLObject, getStorageCellSizeMethods inherited from class com.softwaremining.wrappers.format.AbstractNumericFormat
adjustPercision, getFractionSize, getSystemDecimalPoint, isDecimal, isSignedMethods inherited from class com.softwaremining.wrappers.format.Format
assignJustifiedRight, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, getAllFormatInstances, getInstance, getInstance, getPicture, isJustifiedRight, setPicture, toString
-
Method Details
-
isSignSeparate
public boolean isSignSeparate()for internal use only.
used for declarations such as:
PIC S9(2) sign is SEPARATE.
By default sign is not separate.- Overrides:
isSignSeparatein classNumericFormatDisplay
-