private static enum PrintMapFlatFileImporter.Section extends java.lang.Enum<PrintMapFlatFileImporter.Section>
Enum Constant and Description |
---|
BLOCK |
FILE_INFORMATION |
MAPPING |
SLIDES |
SOURCE |
TARGET |
TOOL |
Modifier and Type | Field and Description |
---|---|
private int |
blockNumber |
private java.lang.String |
name |
private static java.util.Map<java.lang.String,PrintMapFlatFileImporter.Section> |
stringMapping |
Modifier and Type | Method and Description |
---|---|
static PrintMapFlatFileImporter.Section |
fromString(java.lang.String s) |
int |
getBlockNumber() |
java.lang.String |
getName() |
private void |
setBlockNumber(int blockNumber) |
static PrintMapFlatFileImporter.Section |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintMapFlatFileImporter.Section[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintMapFlatFileImporter.Section FILE_INFORMATION
public static final PrintMapFlatFileImporter.Section SOURCE
public static final PrintMapFlatFileImporter.Section TOOL
public static final PrintMapFlatFileImporter.Section TARGET
public static final PrintMapFlatFileImporter.Section SLIDES
public static final PrintMapFlatFileImporter.Section BLOCK
public static final PrintMapFlatFileImporter.Section MAPPING
private int blockNumber
private java.lang.String name
private static final java.util.Map<java.lang.String,PrintMapFlatFileImporter.Section> stringMapping
public static PrintMapFlatFileImporter.Section[] values()
for (PrintMapFlatFileImporter.Section c : PrintMapFlatFileImporter.Section.values()) System.out.println(c);
public static PrintMapFlatFileImporter.Section 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 PrintMapFlatFileImporter.Section fromString(java.lang.String s)
public java.lang.String getName()
private void setBlockNumber(int blockNumber)
public int getBlockNumber()