public static enum Exporter.AttachmentOption extends Enum<Exporter.AttachmentOption> implements Exporter.ExporterFormOption
Enum Constant and Description |
---|
EXCLUDE_ATTACHMENTS |
INCLUDE_ATTACHMENTS |
Modifier and Type | Method and Description |
---|---|
static Exporter.AttachmentOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Exporter.AttachmentOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
setOption
public static final Exporter.AttachmentOption INCLUDE_ATTACHMENTS
public static final Exporter.AttachmentOption EXCLUDE_ATTACHMENTS
public static Exporter.AttachmentOption[] values()
for (Exporter.AttachmentOption c : Exporter.AttachmentOption.values()) System.out.println(c);
public static Exporter.AttachmentOption 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 nullCopyright © 2003–2018 Atlassian. All rights reserved.