public static enum Exporter.CommentOption extends Enum<Exporter.CommentOption> implements Exporter.ExporterFormOption
| Enum Constant and Description |
|---|
EXCLUDE_COMMENTS |
INCLUDE_COMMENTS |
| Modifier and Type | Method and Description |
|---|---|
static Exporter.CommentOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Exporter.CommentOption[] |
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, valueOfsetOptionpublic static final Exporter.CommentOption INCLUDE_COMMENTS
public static final Exporter.CommentOption EXCLUDE_COMMENTS
public static Exporter.CommentOption[] values()
for (Exporter.CommentOption c : Exporter.CommentOption.values()) System.out.println(c);
public static Exporter.CommentOption 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–2022 Atlassian. All rights reserved.