Class DecodedNumeric
- java.lang.Object
-
- com.google.zxing.oned.rss.expanded.decoders.DecodedObject
-
- com.google.zxing.oned.rss.expanded.decoders.DecodedNumeric
-
final class DecodedNumeric extends DecodedObject
-
-
Field Summary
Fields Modifier and Type Field Description private int
firstDigit
(package private) static int
FNC1
private int
secondDigit
-
Constructor Summary
Constructors Constructor Description DecodedNumeric(int newPosition, int firstDigit, int secondDigit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
getFirstDigit()
(package private) int
getSecondDigit()
(package private) int
getValue()
(package private) boolean
isFirstDigitFNC1()
(package private) boolean
isSecondDigitFNC1()
-
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.DecodedObject
getNewPosition
-
-
-
-
Field Detail
-
firstDigit
private final int firstDigit
-
secondDigit
private final int secondDigit
-
FNC1
static final int FNC1
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DecodedNumeric
DecodedNumeric(int newPosition, int firstDigit, int secondDigit) throws FormatException
- Throws:
FormatException
-
-