Class DecodedNumeric
java.lang.Object
com.google.zxing.oned.rss.expanded.decoders.DecodedObject
com.google.zxing.oned.rss.expanded.decoders.DecodedNumeric
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
(package private) static final int
private final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
(package private) int
(package private) int
getValue()
(package private) boolean
(package private) boolean
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.DecodedObject
getNewPosition
-
Field Details
-
firstDigit
private final int firstDigit -
secondDigit
private final int secondDigit -
FNC1
static final int FNC1- See Also:
-
-
Constructor Details
-
DecodedNumeric
DecodedNumeric(int newPosition, int firstDigit, int secondDigit) throws FormatException - Throws:
FormatException
-
-
Method Details
-
getFirstDigit
int getFirstDigit() -
getSecondDigit
int getSecondDigit() -
getValue
int getValue() -
isFirstDigitFNC1
boolean isFirstDigitFNC1() -
isSecondDigitFNC1
boolean isSecondDigitFNC1()
-