Uses of Class
net.webpdf.wsclient.openapi.OperationXslTransformationFile.SourceEnum
-
Packages that use OperationXslTransformationFile.SourceEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationXslTransformationFile.SourceEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationXslTransformationFile.SourceEnum Modifier and Type Method Description static OperationXslTransformationFile.SourceEnumOperationXslTransformationFile.SourceEnum. fromValue(String value)@Nullable OperationXslTransformationFile.SourceEnumOperationXslTransformationFile. getSource()Selects the data source for the hereby expressed resource.static OperationXslTransformationFile.SourceEnumOperationXslTransformationFile.SourceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationXslTransformationFile.SourceEnum[]OperationXslTransformationFile.SourceEnum. 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.SourceEnum Modifier and Type Method Description voidOperationXslTransformationFile. setSource(OperationXslTransformationFile.SourceEnum source)OperationXslTransformationFileOperationXslTransformationFile. source(OperationXslTransformationFile.SourceEnum source)
-