public enum AttachmentModeType extends Enum<AttachmentModeType>
Java class for AttachmentModeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AttachmentModeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="embed"/>
<enumeration value="remove"/>
<enumeration value="convert"/>
<enumeration value="convertMerge"/>
<enumeration value="convertEmbed"/>
<enumeration value="convertMergeEmbed"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CONVERT |
CONVERT_EMBED |
CONVERT_MERGE |
CONVERT_MERGE_EMBED |
EMBED |
REMOVE |
| Modifier and Type | Method and Description |
|---|---|
static AttachmentModeType |
fromValue(String v) |
String |
value() |
static AttachmentModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachmentModeType EMBED
public static final AttachmentModeType REMOVE
public static final AttachmentModeType CONVERT
public static final AttachmentModeType CONVERT_MERGE
public static final AttachmentModeType CONVERT_EMBED
public static final AttachmentModeType CONVERT_MERGE_EMBED
public static AttachmentModeType[] values()
for (AttachmentModeType c : AttachmentModeType.values()) System.out.println(c);
public static AttachmentModeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static AttachmentModeType fromValue(String v)
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.