Uses of Class
net.webpdf.wsclient.openapi.OperationXslTransformationFile.FormatEnum
-
Packages that use OperationXslTransformationFile.FormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationXslTransformationFile.FormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationXslTransformationFile.FormatEnum Modifier and Type Method Description static OperationXslTransformationFile.FormatEnumOperationXslTransformationFile.FormatEnum. fromValue(String value)@Nullable OperationXslTransformationFile.FormatEnumOperationXslTransformationFile. getFormat()The type of the resource passed * xlst = An XSLT stylesheet to be used for the transformation. * other = Any other resource that is needed for the transformation.static OperationXslTransformationFile.FormatEnumOperationXslTransformationFile.FormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationXslTransformationFile.FormatEnum[]OperationXslTransformationFile.FormatEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationXslTransformationFile.FormatEnum Modifier and Type Method Description OperationXslTransformationFileOperationXslTransformationFile. format(OperationXslTransformationFile.FormatEnum format)voidOperationXslTransformationFile. setFormat(OperationXslTransformationFile.FormatEnum format)
-