public enum OcmElements extends Enum<OcmElements>
Orbit Comprehensive Messages
.Enum Constant and Description |
---|
COV
Covariance time history.
|
MAN
Maneuver.
|
OD
Orbit determination.
|
ORB
Trajectory state time history (orbit).
|
PERT
Perturbations.
|
PHYS
Physical characteristics.
|
USER
User defined.
|
Modifier and Type | Method and Description |
---|---|
static OcmElements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OcmElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OcmElements ORB
public static final OcmElements PHYS
public static final OcmElements COV
public static final OcmElements MAN
public static final OcmElements PERT
public static final OcmElements OD
public static final OcmElements USER
public static OcmElements[] values()
for (OcmElements c : OcmElements.values()) System.out.println(c);
public static OcmElements 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 nullCopyright © 2002-2023 CS GROUP. All rights reserved.