Uses of Class
net.webpdf.wsclient.schema.extraction.barcode.BarcodeEncodingsType
-
Packages that use BarcodeEncodingsType Package Description net.webpdf.wsclient.schema.extraction.barcode -
-
Uses of BarcodeEncodingsType in net.webpdf.wsclient.schema.extraction.barcode
Fields in net.webpdf.wsclient.schema.extraction.barcode declared as BarcodeEncodingsType Modifier and Type Field Description protected BarcodeEncodingsTypeBarcodeType. typeMethods in net.webpdf.wsclient.schema.extraction.barcode that return BarcodeEncodingsType Modifier and Type Method Description static BarcodeEncodingsTypeBarcodeEncodingsType. fromValue(String v)BarcodeEncodingsTypeBarcodeType. getType()Gets the value of the type property.static BarcodeEncodingsTypeBarcodeEncodingsType. valueOf(String name)Returns the enum constant of this type with the specified name.static BarcodeEncodingsType[]BarcodeEncodingsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.barcode with parameters of type BarcodeEncodingsType Modifier and Type Method Description voidBarcodeType. setType(BarcodeEncodingsType value)Sets the value of the type property.
-