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