public enum CommonMetadataKey extends Enum<CommonMetadataKey>
common ODM container
entries.Enum Constant and Description |
---|
CENTER_NAME
Center name entry.
|
OBJECT_ID
Object ID entry.
|
REF_FRAME
Name of the reference frame in which the state vector and optional Keplerian element data are given.
|
REF_FRAME_EPOCH
Epoch of reference frame, if not intrinsic to the definition of the reference frame.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
CommonMetadata container)
Process one token.
|
static CommonMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonMetadataKey OBJECT_ID
public static final CommonMetadataKey CENTER_NAME
public static final CommonMetadataKey REF_FRAME
public static final CommonMetadataKey REF_FRAME_EPOCH
public static CommonMetadataKey[] values()
for (CommonMetadataKey c : CommonMetadataKey.values()) System.out.println(c);
public static CommonMetadataKey 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, CommonMetadata container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.