public enum AttitudeStateHistoryMetadataKey extends Enum<AttitudeStateHistoryMetadataKey>
attitude state history container
entries.Enum Constant and Description |
---|
ATT_BASIS
Basis of this attitude state time history data.
|
ATT_BASIS_ID
Identification number of the attitude determination or simulation upon which this attitude is based.
|
ATT_ID
Attitude identification number.
|
ATT_PREV_ID
Identification number of previous attitude.
|
ATT_TYPE
Attitude element set type.
|
COMMENT
Comment entry.
|
EULER_ROT_SEQ
Rotation sequence entry.
|
NUMBER_STATES
Number of data states included.
|
RATE_TYPE
Attitude rate element set type.
|
REF_FRAME_A
Reference frame defining the starting point of the transformation.
|
REF_FRAME_B
Reference frame defining the end point of the transformation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
AttitudeStateHistoryMetadata container)
Process an token.
|
static AttitudeStateHistoryMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttitudeStateHistoryMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttitudeStateHistoryMetadataKey COMMENT
public static final AttitudeStateHistoryMetadataKey ATT_ID
public static final AttitudeStateHistoryMetadataKey ATT_PREV_ID
public static final AttitudeStateHistoryMetadataKey ATT_BASIS
public static final AttitudeStateHistoryMetadataKey ATT_BASIS_ID
public static final AttitudeStateHistoryMetadataKey REF_FRAME_A
public static final AttitudeStateHistoryMetadataKey REF_FRAME_B
public static final AttitudeStateHistoryMetadataKey EULER_ROT_SEQ
public static final AttitudeStateHistoryMetadataKey NUMBER_STATES
public static final AttitudeStateHistoryMetadataKey ATT_TYPE
AttitudeElementsType
public static final AttitudeStateHistoryMetadataKey RATE_TYPE
RateElementsType
public static AttitudeStateHistoryMetadataKey[] values()
for (AttitudeStateHistoryMetadataKey c : AttitudeStateHistoryMetadataKey.values()) System.out.println(c);
public static AttitudeStateHistoryMetadataKey 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, AttitudeStateHistoryMetadata container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2023 CS GROUP. All rights reserved.