public static enum OutputType.formatFlag extends java.lang.Enum<OutputType.formatFlag>
Enum Constant and Description |
---|
AE |
AETOTAL |
CAT |
EXTRA |
EXTRA2 |
MKO |
PNG |
SVG |
TXT |
XYZ |
Modifier and Type | Field and Description |
---|---|
static java.util.EnumSet<OutputType.formatFlag> |
ALL_OPTS |
private long |
statusFlagValue |
Modifier and Type | Method and Description |
---|---|
long |
getStatusFlagValue() |
static OutputType.formatFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputType.formatFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputType.formatFlag TXT
public static final OutputType.formatFlag MKO
public static final OutputType.formatFlag PNG
public static final OutputType.formatFlag EXTRA
public static final OutputType.formatFlag AE
public static final OutputType.formatFlag XYZ
public static final OutputType.formatFlag EXTRA2
public static final OutputType.formatFlag CAT
public static final OutputType.formatFlag AETOTAL
public static final OutputType.formatFlag SVG
public static final java.util.EnumSet<OutputType.formatFlag> ALL_OPTS
private final long statusFlagValue
public static OutputType.formatFlag[] values()
for (OutputType.formatFlag c : OutputType.formatFlag.values()) System.out.println(c);
public static OutputType.formatFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic long getStatusFlagValue()