Uses of Class
net.webpdf.wsclient.schema.operation.RelativeThreeDViewOperationType
-
Packages that use RelativeThreeDViewOperationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of RelativeThreeDViewOperationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as RelativeThreeDViewOperationType Modifier and Type Field Description protected RelativeThreeDViewOperationTypeGoTo3DViewActionType. relativeMethods in net.webpdf.wsclient.schema.operation that return RelativeThreeDViewOperationType Modifier and Type Method Description static RelativeThreeDViewOperationTypeRelativeThreeDViewOperationType. fromValue(String v)RelativeThreeDViewOperationTypeGoTo3DViewActionType. getRelative()Gets the value of the relative property.static RelativeThreeDViewOperationTypeRelativeThreeDViewOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelativeThreeDViewOperationType[]RelativeThreeDViewOperationType. 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 RelativeThreeDViewOperationType Modifier and Type Method Description voidGoTo3DViewActionType. setRelative(RelativeThreeDViewOperationType value)Sets the value of the relative property.
-