Class OceanusDecimalConstants
java.lang.Object
io.github.tonywasher.joceanus.oceanus.decimal.OceanusDecimalConstants
Decimal constants.
- Author:
- Tony Washer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPerCent adjustment.static final intPerMille adjustment.static final charThe Blank character.static final charThe Group character.static final charThe Minus character.static final charThe Zero character.static final StringThe Currency separator.static final StringThe Decimal character. -
Method Summary
-
Field Details
-
CHAR_BLANK
public static final char CHAR_BLANKThe Blank character.- See Also:
-
CHAR_ZERO
public static final char CHAR_ZEROThe Zero character.- See Also:
-
CHAR_MINUS
public static final char CHAR_MINUSThe Minus character.- See Also:
-
CHAR_GROUP
public static final char CHAR_GROUPThe Group character.- See Also:
-
STR_DEC
The Decimal character.- See Also:
-
STR_CURRSEP
The Currency separator.- See Also:
-
ADJUST_PERCENT
public static final int ADJUST_PERCENTPerCent adjustment.- See Also:
-
ADJUST_PERMILLE
public static final int ADJUST_PERMILLEPerMille adjustment.- See Also:
-