Uses of Class
net.webpdf.wsclient.schema.operation.ApplicationOperationType
-
Packages that use ApplicationOperationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of ApplicationOperationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as ApplicationOperationType Modifier and Type Field Description protected ApplicationOperationTypeLaunchParameterType.Windows. operationMethods in net.webpdf.wsclient.schema.operation that return ApplicationOperationType Modifier and Type Method Description static ApplicationOperationTypeApplicationOperationType. fromValue(String v)ApplicationOperationTypeLaunchParameterType.Windows. getOperation()Gets the value of the operation property.static ApplicationOperationTypeApplicationOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationOperationType[]ApplicationOperationType. 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 ApplicationOperationType Modifier and Type Method Description voidLaunchParameterType.Windows. setOperation(ApplicationOperationType value)Sets the value of the operation property.
-