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