public enum SpacecraftParametersKey extends Enum<SpacecraftParametersKey>
APM spacecraft parameters
entries.Enum Constant and Description |
---|
COMMENT
Comment entry.
|
I11
1-axis moment of inertia entry.
|
I12
1-axis / 2-axis inertia cross product entry.
|
I13
1-axis / 3-axis inertia cross product entry.
|
I22
2-axis moment of inertia entry.
|
I23
2-axis / 3-axis inertia cross product entry.
|
I33
3-axis moment of inertia entry.
|
INERTIA_REF_FRAME
Inertia reference frame entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
SpacecraftParameters container)
Process one token.
|
static SpacecraftParametersKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpacecraftParametersKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpacecraftParametersKey COMMENT
public static final SpacecraftParametersKey INERTIA_REF_FRAME
public static final SpacecraftParametersKey I11
public static final SpacecraftParametersKey I22
public static final SpacecraftParametersKey I33
public static final SpacecraftParametersKey I12
public static final SpacecraftParametersKey I13
public static final SpacecraftParametersKey I23
public static SpacecraftParametersKey[] values()
for (SpacecraftParametersKey c : SpacecraftParametersKey.values()) System.out.println(c);
public static SpacecraftParametersKey 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, SpacecraftParameters container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.