Class NumericFormatDisplay
java.lang.Object
com.softwaremining.wrappers.format.Format
com.softwaremining.wrappers.format.AbstractNumericFormat
com.softwaremining.wrappers.format.NumericFormat
com.softwaremining.wrappers.format.NumericFormatDisplay
- All Implemented Interfaces:
NumericEditedDisplay
- Direct Known Subclasses:
NumericFormatDisplayLeadingSign
,NumericFormatDisplaySeparateSign
,NumericFormatDisplayTrailingSeparateSign
,NumericFormatDisplayTrailingSign
Used for COMP_MODE_DISPLAY and NON comp variables.
-
Field Summary
Fields inherited from class com.softwaremining.wrappers.format.NumericFormat
P_onLeft, P_onRight, P_Size
Fields inherited from class com.softwaremining.wrappers.format.AbstractNumericFormat
DECIMAL_POINT_ON_SYSTEM
Fields inherited from class com.softwaremining.wrappers.format.Format
additionalParamsPostfixesMap, justifiedRight, totalRuntime_convertFromDisplayToStorage, totalRuntime_getInstance
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
final String
convertFromDisplayToStorage
(double value, boolean[] sizeError) format a value according to the PIC definitionfinal String
convertFromDisplayToStorage
(String _value, boolean[] sizeError) format a value according to the PIC definitionfinal String
convertFromDisplayToStorage
(BigDecimal value, boolean[] sizeError) format a value according to the PIC definitionfinal String
convertFromDisplayToStorage
(BigInteger value, boolean[] sizeError) format a value according to the PIC definitionfinal String
convertFromStorageToDisplayFormat
(String formattedString) final boolean
boolean
For internal use only.boolean
for internal use only ...boolean
For internal use only.Methods inherited from class com.softwaremining.wrappers.format.NumericFormat
getIntegerSize, getNumberOfDigits, getSQLObject, getStorageCellSize
Methods inherited from class com.softwaremining.wrappers.format.AbstractNumericFormat
adjustPercision, getFractionSize, getSystemDecimalPoint, isDecimal, isSigned
Methods inherited from class com.softwaremining.wrappers.format.Format
assignJustifiedRight, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, getAllFormatInstances, getInstance, getInstance, getPicture, isJustifiedRight, toString
-
Method Details
-
calculateFormattedCellSize
public final int calculateFormattedCellSize() -
isCompressed
public final boolean isCompressed()- Specified by:
isCompressed
in classFormat
-
convertFromDisplayToStorage
format a value according to the PIC definition- Specified by:
convertFromDisplayToStorage
in classFormat
-
convertFromDisplayToStorage
format a value according to the PIC definition- Specified by:
convertFromDisplayToStorage
in classFormat
-
convertFromDisplayToStorage
format a value according to the PIC definition- Specified by:
convertFromDisplayToStorage
in classFormat
-
convertFromDisplayToStorage
Description copied from class:Format
format a value according to the PIC definition- Specified by:
convertFromDisplayToStorage
in classFormat
-
convertFromStorageToDisplayFormat
- Specified by:
convertFromStorageToDisplayFormat
in classFormat
-
isSignSeparate
public boolean isSignSeparate()for internal use only ... subclasses may override this
used for declarations such as:
PIC S9(2) sign is SEPARATE.
By default sign is not separate. -
isSignTrailing
public boolean isSignTrailing()For internal use only. Subclasses may override this Used for declarations such as: PIC S9(2) sign is TRAILING. By default sign is not trailing -
isSignLeading
public boolean isSignLeading()For internal use only. Subclasses may override this Used for declarations such as: PIC S9(2) sign is LEADING. By default sign is not trailing
-