public enum AcmMetadataKey extends Enum<AcmMetadataKey>
ACM container
entries.Enum Constant and Description |
---|
ACM_DATA_ELEMENTS
List of elements of information data blocks included in this message.
|
CATALOG_NAME
Specification of satellite catalog source.
|
EPOCH_TZERO
Default epoch to which all relative times are referenced in data blocks,
unless overridden by block-specific
EPOCH_TZERO values. |
INTERNATIONAL_DESIGNATOR
International designator for the object as assigned by the UN Committee
on Space Research (COSPAR) and the US National Space Science Data Center (NSSDC).
|
NEXT_LEAP_EPOCH
Epoch of next leap second.
|
NEXT_LEAP_TAIMUTC
Difference (TAI – UTC) in seconds incorporated at
NEXT_LEAP_EPOCH . |
OBJECT_DESIGNATOR
Unique satellite identification designator for the object.
|
ODM_MSG_LINK
Unique identifier of Orbit Data Message linked to this Attitude Data Message.
|
ORIGINATOR_ADDRESS
Address of Programmatic Point Of Contact at originator.
|
ORIGINATOR_EMAIL
Email address of Programmatic Point Of Contact at originator.
|
ORIGINATOR_PHONE
Phone number of Programmatic Point Of Contact at originator.
|
ORIGINATOR_POC
Programmatic Point Of Contact at originator.
|
ORIGINATOR_POSITION
Position of Programmatic Point Of Contact at originator.
|
START_TIME
Start time entry.
|
STOP_TIME
Stop time entry.
|
TAIMUTC_AT_TZERO
Difference (TAI – UTC) in seconds at epoch
EPOCH_TZERO . |
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
AcmMetadata container)
Process an token.
|
static AcmMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcmMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcmMetadataKey INTERNATIONAL_DESIGNATOR
public static final AcmMetadataKey CATALOG_NAME
public static final AcmMetadataKey OBJECT_DESIGNATOR
public static final AcmMetadataKey ORIGINATOR_POC
public static final AcmMetadataKey ORIGINATOR_POSITION
public static final AcmMetadataKey ORIGINATOR_PHONE
public static final AcmMetadataKey ORIGINATOR_EMAIL
public static final AcmMetadataKey ORIGINATOR_ADDRESS
public static final AcmMetadataKey ODM_MSG_LINK
public static final AcmMetadataKey EPOCH_TZERO
EPOCH_TZERO
values.public static final AcmMetadataKey ACM_DATA_ELEMENTS
public static final AcmMetadataKey START_TIME
public static final AcmMetadataKey STOP_TIME
public static final AcmMetadataKey TAIMUTC_AT_TZERO
EPOCH_TZERO
.public static final AcmMetadataKey NEXT_LEAP_EPOCH
public static final AcmMetadataKey NEXT_LEAP_TAIMUTC
NEXT_LEAP_EPOCH
.public static AcmMetadataKey[] values()
for (AcmMetadataKey c : AcmMetadataKey.values()) System.out.println(c);
public static AcmMetadataKey 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, AcmMetadata container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2023 CS GROUP. All rights reserved.