Uses of Class
net.webpdf.wsclient.openapi.OperationSelectionBox.BoxEnum
-
Packages that use OperationSelectionBox.BoxEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationSelectionBox.BoxEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationSelectionBox.BoxEnum Modifier and Type Method Description static OperationSelectionBox.BoxEnumOperationSelectionBox.BoxEnum. fromValue(String value)@Nullable OperationSelectionBox.BoxEnumOperationSelectionBox. getBox()Used to select the box that should be scaledstatic OperationSelectionBox.BoxEnumOperationSelectionBox.BoxEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationSelectionBox.BoxEnum[]OperationSelectionBox.BoxEnum. 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 OperationSelectionBox.BoxEnum Modifier and Type Method Description OperationSelectionBoxOperationSelectionBox. box(OperationSelectionBox.BoxEnum box)voidOperationSelectionBox. setBox(OperationSelectionBox.BoxEnum box)
-