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