Uses of Class
net.webpdf.wsclient.schema.operation.BarcodeCreateOutputFormatType
-
Packages that use BarcodeCreateOutputFormatType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of BarcodeCreateOutputFormatType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as BarcodeCreateOutputFormatType Modifier and Type Field Description protected BarcodeCreateOutputFormatTypeBarcodeType.Add. outputFormatMethods in net.webpdf.wsclient.schema.operation that return BarcodeCreateOutputFormatType Modifier and Type Method Description static BarcodeCreateOutputFormatTypeBarcodeCreateOutputFormatType. fromValue(String v)BarcodeCreateOutputFormatTypeBarcodeType.Add. getOutputFormat()Gets the value of the outputFormat property.static BarcodeCreateOutputFormatTypeBarcodeCreateOutputFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static BarcodeCreateOutputFormatType[]BarcodeCreateOutputFormatType. 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 BarcodeCreateOutputFormatType Modifier and Type Method Description voidBarcodeType.Add. setOutputFormat(BarcodeCreateOutputFormatType value)Sets the value of the outputFormat property.
-