Uses of Class
net.webpdf.wsclient.schema.operation.ContextType
-
Packages that use ContextType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of ContextType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as ContextType Modifier and Type Field Description protected ContextTypeSelectionAttachmentType. contextMethods in net.webpdf.wsclient.schema.operation that return ContextType Modifier and Type Method Description static ContextTypeContextType. fromValue(String v)ContextTypeSelectionAttachmentType. getContext()Gets the value of the context property.static ContextTypeContextType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextType[]ContextType. 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 ContextType Modifier and Type Method Description voidSelectionAttachmentType. setContext(ContextType value)Sets the value of the context property.
-