Package com.logicaldoc.barcode
Class BarcodeParser.Token
- java.lang.Object
- 
- com.logicaldoc.barcode.BarcodeParser.Token
 
- 
- Enclosing class:
- BarcodeParser
 
 public class BarcodeParser.Token extends Object A single token in the pattern string.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute()intgetLength()
 
- 
- 
- 
Field Detail- 
SKIPpublic final String SKIP - See Also:
- Constant Field Values
 
 - 
attributepublic String attribute 
 
- 
 - 
Constructor Detail- 
Tokenpublic Token(String txt) 
 
- 
 - 
Method Detail- 
getAttributepublic String getAttribute() 
 - 
getLengthpublic int getLength() 
 
- 
 
-