public enum KvnStructureKey extends Enum<KvnStructureKey>
FileFormat.KVN
format structure.Enum Constant and Description |
---|
DATA
Data structure.
|
META
Metadata structure.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
AbstractConstituentParser<?,?> parser)
Process an token.
|
static KvnStructureKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KvnStructureKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KvnStructureKey META
public static final KvnStructureKey DATA
public static KvnStructureKey[] values()
for (KvnStructureKey c : KvnStructureKey.values()) System.out.println(c);
public static KvnStructureKey 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 boolean process(ParseToken token, AbstractConstituentParser<?,?> parser)
token
- token to processparser
- file parserCopyright © 2002-2022 CS GROUP. All rights reserved.