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