public static enum Exporter.Type extends Enum<Exporter.Type>
Enum Constant and Description |
---|
AML |
CML |
DIF |
DIFDUP |
FIX |
JPG |
PAC |
PNG |
SQZ |
SVG |
SVGI |
UNK |
XY |
Modifier and Type | Method and Description |
---|---|
static Exporter.Type |
getType(String type) |
static boolean |
isExportMode(String ext) |
static Exporter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Exporter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Exporter.Type UNK
public static final Exporter.Type DIF
public static final Exporter.Type FIX
public static final Exporter.Type SQZ
public static final Exporter.Type PAC
public static final Exporter.Type XY
public static final Exporter.Type DIFDUP
public static final Exporter.Type PNG
public static final Exporter.Type JPG
public static final Exporter.Type SVG
public static final Exporter.Type SVGI
public static final Exporter.Type CML
public static final Exporter.Type AML
public static Exporter.Type[] values()
for (Exporter.Type c : Exporter.Type.values()) System.out.println(c);
public static Exporter.Type 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 nullpublic static Exporter.Type getType(String type)
public static boolean isExportMode(String ext)