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