Uses of Class
net.webpdf.wsclient.schema.operation.BarcodeDetectInputFormatType
-
Packages that use BarcodeDetectInputFormatType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of BarcodeDetectInputFormatType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as BarcodeDetectInputFormatType Modifier and Type Field Description protected BarcodeDetectInputFormatTypeBarcodeType.Detect. inputFormatMethods in net.webpdf.wsclient.schema.operation that return BarcodeDetectInputFormatType Modifier and Type Method Description static BarcodeDetectInputFormatTypeBarcodeDetectInputFormatType. fromValue(String v)BarcodeDetectInputFormatTypeBarcodeType.Detect. getInputFormat()Gets the value of the inputFormat property.static BarcodeDetectInputFormatTypeBarcodeDetectInputFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static BarcodeDetectInputFormatType[]BarcodeDetectInputFormatType. 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 BarcodeDetectInputFormatType Modifier and Type Method Description voidBarcodeType.Detect. setInputFormat(BarcodeDetectInputFormatType value)Sets the value of the inputFormat property.
-