public enum OemMetadataKey extends Enum<OemMetadataKey>
OEM container entries.| Enum Constant and Description |
|---|
INTERPOLATION
Interpolation method in ephemeris.
|
INTERPOLATION_DEGREE
Interpolation degree in ephemeris.
|
START_TIME
Start time entry.
|
STOP_TIME
Stop time entry.
|
USEABLE_START_TIME
Useable start time entry.
|
USEABLE_STOP_TIME
Useable stop time entry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(ParseToken token,
ContextBinding context,
OemMetadata container)
Process an token.
|
static OemMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OemMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OemMetadataKey START_TIME
public static final OemMetadataKey STOP_TIME
public static final OemMetadataKey USEABLE_START_TIME
public static final OemMetadataKey USEABLE_STOP_TIME
public static final OemMetadataKey INTERPOLATION
public static final OemMetadataKey INTERPOLATION_DEGREE
public static OemMetadataKey[] values()
for (OemMetadataKey c : OemMetadataKey.values()) System.out.println(c);
public static OemMetadataKey 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, OemMetadata container)
token - token to processcontext - context bindingcontainer - container to fillCopyright © 2002-2021 CS GROUP. All rights reserved.