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