Uses of Class
net.webpdf.wsclient.schema.operation.AttachmentModeType
-
Packages that use AttachmentModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of AttachmentModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as AttachmentModeType Modifier and Type Field Description protected AttachmentModeTypeConverterMailType. attachmentModeMethods in net.webpdf.wsclient.schema.operation that return AttachmentModeType Modifier and Type Method Description static AttachmentModeTypeAttachmentModeType. fromValue(String v)AttachmentModeTypeConverterMailType. getAttachmentMode()Gets the value of the attachmentMode property.static AttachmentModeTypeAttachmentModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentModeType[]AttachmentModeType. 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 AttachmentModeType Modifier and Type Method Description voidConverterMailType. setAttachmentMode(AttachmentModeType value)Sets the value of the attachmentMode property.
-