Uses of Class
net.webpdf.wsclient.schema.operation.BarcodeDetectOutputFormatType
-
Packages that use BarcodeDetectOutputFormatType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of BarcodeDetectOutputFormatType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as BarcodeDetectOutputFormatType Modifier and Type Field Description protected BarcodeDetectOutputFormatTypeBarcodeType.Detect. outputFormatMethods in net.webpdf.wsclient.schema.operation that return BarcodeDetectOutputFormatType Modifier and Type Method Description static BarcodeDetectOutputFormatTypeBarcodeDetectOutputFormatType. fromValue(String v)BarcodeDetectOutputFormatTypeBarcodeType.Detect. getOutputFormat()Gets the value of the outputFormat property.static BarcodeDetectOutputFormatTypeBarcodeDetectOutputFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static BarcodeDetectOutputFormatType[]BarcodeDetectOutputFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type BarcodeDetectOutputFormatType Modifier and Type Method Description voidBarcodeType.Detect. setOutputFormat(BarcodeDetectOutputFormatType value)Sets the value of the outputFormat property.
-