final class DecodedNumeric extends DecodedObject
Modifier and Type | Field and Description |
---|---|
private int |
firstDigit |
(package private) static int |
FNC1 |
private int |
secondDigit |
Constructor and Description |
---|
DecodedNumeric(int newPosition,
int firstDigit,
int secondDigit) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getFirstDigit() |
(package private) int |
getSecondDigit() |
(package private) int |
getValue() |
(package private) boolean |
isFirstDigitFNC1() |
(package private) boolean |
isSecondDigitFNC1() |
getNewPosition
private final int firstDigit
private final int secondDigit
static final int FNC1
DecodedNumeric(int newPosition, int firstDigit, int secondDigit) throws FormatException
FormatException