public enum AttitudePhysicalPropertiesKey extends Enum<AttitudePhysicalPropertiesKey>
physical properties data
entries.Enum Constant and Description |
---|
COMMENT
Comment entry.
|
CP
Center of pressure.
|
CP_REF_FRAME
Reference frame for center of pressure.
|
DRAG_COEFF
Drag coefficient.
|
DRY_MASS
Mass without propellant.
|
INERTIA_REF_FRAME
Inertia reference frame.
|
IXX
Moment of inertia about X-axis.
|
IXY
Inertia cross product of the X and Y axes.
|
IXZ
Inertia cross product of the X and Z axes.
|
IYY
Moment of inertia about Y-axis.
|
IYZ
Inertia cross product of the Y and Z axes.
|
IZZ
Moment of inertia about Z-axis.
|
WET_MASS
Total mass at T₀.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
AttitudePhysicalProperties data)
Process an token.
|
static AttitudePhysicalPropertiesKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttitudePhysicalPropertiesKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttitudePhysicalPropertiesKey COMMENT
public static final AttitudePhysicalPropertiesKey DRAG_COEFF
public static final AttitudePhysicalPropertiesKey WET_MASS
public static final AttitudePhysicalPropertiesKey DRY_MASS
public static final AttitudePhysicalPropertiesKey CP_REF_FRAME
public static final AttitudePhysicalPropertiesKey CP
public static final AttitudePhysicalPropertiesKey INERTIA_REF_FRAME
public static final AttitudePhysicalPropertiesKey IXX
public static final AttitudePhysicalPropertiesKey IYY
public static final AttitudePhysicalPropertiesKey IZZ
public static final AttitudePhysicalPropertiesKey IXY
public static final AttitudePhysicalPropertiesKey IXZ
public static final AttitudePhysicalPropertiesKey IYZ
public static AttitudePhysicalPropertiesKey[] values()
for (AttitudePhysicalPropertiesKey c : AttitudePhysicalPropertiesKey.values()) System.out.println(c);
public static AttitudePhysicalPropertiesKey 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, AttitudePhysicalProperties data)
token
- token to processcontext
- context bindingdata
- data to fillCopyright © 2002-2023 CS GROUP. All rights reserved.