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