Uses of Class
net.webpdf.wsclient.schema.operation.FileDataFormatType
-
Packages that use FileDataFormatType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of FileDataFormatType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as FileDataFormatType Modifier and Type Field Description protected FileDataFormatTypeMergeFileDataType. formatMethods in net.webpdf.wsclient.schema.operation that return FileDataFormatType Modifier and Type Method Description static FileDataFormatTypeFileDataFormatType. fromValue(String v)FileDataFormatTypeMergeFileDataType. getFormat()Gets the value of the format property.static FileDataFormatTypeFileDataFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileDataFormatType[]FileDataFormatType. 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 FileDataFormatType Modifier and Type Method Description voidMergeFileDataType. setFormat(FileDataFormatType value)Sets the value of the format property.
-