Uses of Class
net.webpdf.wsclient.schema.operation.OpenModeType
-
Packages that use OpenModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of OpenModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OpenModeType Modifier and Type Field Description protected OpenModeTypeLaunchApplicationActionType. newWindowMethods in net.webpdf.wsclient.schema.operation that return OpenModeType Modifier and Type Method Description static OpenModeTypeOpenModeType. fromValue(String v)OpenModeTypeLaunchApplicationActionType. getNewWindow()Gets the value of the newWindow property.static OpenModeTypeOpenModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenModeType[]OpenModeType. 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 OpenModeType Modifier and Type Method Description voidLaunchApplicationActionType. setNewWindow(OpenModeType value)Sets the value of the newWindow property.
-