Uses of Class
net.webpdf.wsclient.schema.operation.AddPositionType
-
Packages that use AddPositionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of AddPositionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as AddPositionType Modifier and Type Field Description protected AddPositionTypeItemType. pathPositionMethods in net.webpdf.wsclient.schema.operation that return AddPositionType Modifier and Type Method Description static AddPositionTypeAddPositionType. fromValue(String v)AddPositionTypeItemType. getPathPosition()Gets the value of the pathPosition property.static AddPositionTypeAddPositionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AddPositionType[]AddPositionType. 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 AddPositionType Modifier and Type Method Description voidItemType. setPathPosition(AddPositionType value)Sets the value of the pathPosition property.
-