public enum AcmDataSubStructureKey extends Enum<AcmDataSubStructureKey>
Enum Constant and Description |
---|
ad
Orbit determination section.
|
AD
Attitude determination section.
|
att
Trajectory state time history section.
|
ATT
Attitude state time history section.
|
cov
Covariance time history section.
|
COV
Covariance time history section.
|
man
Maneuvers section.
|
MAN
Maneuvers section.
|
phys
Physical properties section.
|
PHYS
Physical properties section.
|
user
User-defined parameters section.
|
USER
User-defined parameters section.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
AcmParser parser)
Process one token.
|
static AcmDataSubStructureKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcmDataSubStructureKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcmDataSubStructureKey ATT
public static final AcmDataSubStructureKey att
public static final AcmDataSubStructureKey PHYS
public static final AcmDataSubStructureKey phys
public static final AcmDataSubStructureKey COV
public static final AcmDataSubStructureKey cov
public static final AcmDataSubStructureKey MAN
public static final AcmDataSubStructureKey man
public static final AcmDataSubStructureKey AD
public static final AcmDataSubStructureKey ad
public static final AcmDataSubStructureKey USER
public static final AcmDataSubStructureKey user
public static AcmDataSubStructureKey[] values()
for (AcmDataSubStructureKey c : AcmDataSubStructureKey.values()) System.out.println(c);
public static AcmDataSubStructureKey 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, AcmParser parser)
token
- token to processparser
- ACM file parserCopyright © 2002-2023 CS GROUP. All rights reserved.