public enum TdmDataKey extends Enum<TdmDataKey>
TDM observations
entries, except the measurements themselves.Enum Constant and Description |
---|
COMMENT
Comment entry.
|
EPOCH
Epoch entry.
|
observation
Observation wrapper.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
ObservationsBlock observationsBlock)
Process one token.
|
static TdmDataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdmDataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdmDataKey observation
public static final TdmDataKey COMMENT
public static final TdmDataKey EPOCH
public static TdmDataKey[] values()
for (TdmDataKey c : TdmDataKey.values()) System.out.println(c);
public static TdmDataKey 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, ContextBinding context, ObservationsBlock observationsBlock)
token
- token to processcontext
- context bindingobservationsBlock
- observation block to fillCopyright © 2002-2022 CS GROUP. All rights reserved.