public enum AngularVelocityKey extends Enum<AngularVelocityKey>
APM angular velocity
entries.Enum Constant and Description |
---|
ANGVEL_FRAME
Frame in which angular velocity is defined.
|
ANGVEL_X
Angular velocity around X axis.
|
ANGVEL_Y
Angular velocity around Y axis.
|
ANGVEL_Z
Angular velocity around Z axis.
|
COMMENT
Comment entry.
|
REF_FRAME_A
First reference frame entry.
|
REF_FRAME_B
Second reference frame entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
AngularVelocity container)
Process one token.
|
static AngularVelocityKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AngularVelocityKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AngularVelocityKey COMMENT
public static final AngularVelocityKey REF_FRAME_A
public static final AngularVelocityKey REF_FRAME_B
public static final AngularVelocityKey ANGVEL_FRAME
public static final AngularVelocityKey ANGVEL_X
public static final AngularVelocityKey ANGVEL_Y
public static final AngularVelocityKey ANGVEL_Z
public static AngularVelocityKey[] values()
for (AngularVelocityKey c : AngularVelocityKey.values()) System.out.println(c);
public static AngularVelocityKey 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, AngularVelocity container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2023 CS GROUP. All rights reserved.