public static enum Exporter.EXPORT_CANONICAL_NAME extends Enum<Exporter.EXPORT_CANONICAL_NAME>
| Enum Constant and Description |
|---|
ALWAYS |
NEVER |
ONLY_IF_NO_OUT_ALIAS |
| Modifier and Type | Method and Description |
|---|---|
static Exporter.EXPORT_CANONICAL_NAME |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Exporter.EXPORT_CANONICAL_NAME[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Exporter.EXPORT_CANONICAL_NAME ALWAYS
public static final Exporter.EXPORT_CANONICAL_NAME ONLY_IF_NO_OUT_ALIAS
public static final Exporter.EXPORT_CANONICAL_NAME NEVER
public static Exporter.EXPORT_CANONICAL_NAME[] values()
for (Exporter.EXPORT_CANONICAL_NAME c : Exporter.EXPORT_CANONICAL_NAME.values()) System.out.println(c);
public static Exporter.EXPORT_CANONICAL_NAME 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 © 2017. All rights reserved.