Class TandemNative
-
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 TypeMethodDescriptionint
final int
This is the number of characters in field.Methods inherited from class com.softwaremining.wrappers.format.NumericFormatBinary
convertFromCompressedStorageToDisplayFormat, convertFromStorageToDisplayFormat, formatHelper, handleIntegerPart, setWordStorage
Methods inherited from class com.softwaremining.wrappers.format.NumericFormatCompressed
convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, convertFromDisplayToStorage, isCompressed
Methods inherited from class com.softwaremining.wrappers.format.NumericFormat
getIntegerSize, getNumberOfDigits, getSQLObject
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 int calculateFormattedCellSize()- Overrides:
calculateFormattedCellSize
in classNumericFormatBinary
-
getStorageCellSize
public final int getStorageCellSize()Description copied from class:Format
This is the number of characters in field.
For example, PIC X(10) will have 10 characters
or PIC 9(16) will have 16 characters
but PIC 9(16) COMP-3 will have 8 characters- Overrides:
getStorageCellSize
in classNumericFormat
- Returns:
- cellsize
-