public enum OcmDataSubStructureKey extends Enum<OcmDataSubStructureKey>
Enum Constant and Description |
---|
COV
Covariance time history section.
|
covar
Covariance time history section.
|
man
Maneuvers section.
|
MAN
Maneuvers section.
|
od
Orbit determination section.
|
OD
Orbit determination section.
|
pert
Perturbations parameters section.
|
PERT
Perturbations parameters section.
|
phys
Physical properties section.
|
PHYS
Physical properties section.
|
traj
Trajectory state time history section.
|
TRAJ
Trajectory state time history section.
|
USER
User-defined parameters section.
|
userDef
User-defined parameters section.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
OcmParser parser)
Process one token.
|
static OcmDataSubStructureKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OcmDataSubStructureKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OcmDataSubStructureKey TRAJ
public static final OcmDataSubStructureKey traj
public static final OcmDataSubStructureKey PHYS
public static final OcmDataSubStructureKey phys
public static final OcmDataSubStructureKey COV
public static final OcmDataSubStructureKey covar
public static final OcmDataSubStructureKey MAN
public static final OcmDataSubStructureKey man
public static final OcmDataSubStructureKey PERT
public static final OcmDataSubStructureKey pert
public static final OcmDataSubStructureKey OD
public static final OcmDataSubStructureKey od
public static final OcmDataSubStructureKey USER
public static final OcmDataSubStructureKey userDef
public static OcmDataSubStructureKey[] values()
for (OcmDataSubStructureKey c : OcmDataSubStructureKey.values()) System.out.println(c);
public static OcmDataSubStructureKey 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, OcmParser parser)
token
- token to processparser
- OCM file parserCopyright © 2002-2022 CS GROUP. All rights reserved.