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