Uses of Enum
de.vwsoft.barcodelib4j.oned.BarcodeType
Packages that use BarcodeType
-
Uses of BarcodeType in de.vwsoft.barcodelib4j.oned
Methods in de.vwsoft.barcodelib4j.oned that return BarcodeTypeModifier and TypeMethodDescriptionstatic BarcodeTypeBarcodeType.valueOf(int id) Returns the enum constant of this class associated with the specified integer ID.static BarcodeTypeReturns the enum constant of this type with the specified name.static BarcodeType[]BarcodeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.vwsoft.barcodelib4j.oned with parameters of type BarcodeTypeModifier and TypeMethodDescriptionstatic BarcodeBarcode.newInstance(BarcodeType type) Creates a new instance of an implementation of this class that matches the specified barcode type.static BarcodeBarcode.newInstance(BarcodeType type, String content, boolean autoComplete, boolean appendOptionalChecksum) Creates a new instance of an implementation of this class that matches the specified barcode type.