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