Uses of Class
net.webpdf.wsclient.schema.operation.TransitionDirection
-
Packages that use TransitionDirection Package Description net.webpdf.wsclient.schema.operation -
-
Uses of TransitionDirection in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as TransitionDirection Modifier and Type Field Description protected TransitionDirectionTransitionType. directionMethods in net.webpdf.wsclient.schema.operation that return TransitionDirection Modifier and Type Method Description static TransitionDirectionTransitionDirection. fromValue(String v)TransitionDirectionTransitionType. getDirection()Gets the value of the direction property.static TransitionDirectionTransitionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static TransitionDirection[]TransitionDirection. 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 TransitionDirection Modifier and Type Method Description voidTransitionType. setDirection(TransitionDirection value)Sets the value of the direction property.
-