Uses of Class
net.webpdf.wsclient.schema.operation.OrderType
-
Packages that use OrderType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of OrderType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OrderType Modifier and Type Field Description protected OrderTypeMoveType. orderMethods in net.webpdf.wsclient.schema.operation that return OrderType Modifier and Type Method Description static OrderTypeOrderType. fromValue(String v)OrderTypeMoveType. getOrder()Gets the value of the order property.static OrderTypeOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderType[]OrderType. 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 OrderType Modifier and Type Method Description voidMoveType. setOrder(OrderType value)Sets the value of the order property.
-