public enum ArticulatedPartsTypeMetric extends java.lang.Enum<ArticulatedPartsTypeMetric>
Enum Constant and Description |
---|
AZIMUTH
Azimuth
|
AZIMUTH_RATE
Azimuth Rate
|
ELEVATION
Elevation
|
ELEVATION_RATE
Elevation Rate
|
EXTENSION
Extension
|
EXTENSION_RATE
Extension Rate
|
NOT_SPECIFIED
Not Specified
|
POSITION
Position
|
POSITION_RATE
Position Rate
|
ROTATION
Rotation
|
ROTATION_RATE
Rotation Rate
|
X
X
|
X_RATE
X Rate
|
Y
Y
|
Y_RATE
Y Rate
|
Z
Z
|
Z_RATE
Z Rate
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static ArticulatedPartsTypeMetric |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static ArticulatedPartsTypeMetric |
unmarshalEnum(java.nio.ByteBuffer buff) |
static ArticulatedPartsTypeMetric |
unmarshalEnum(java.io.DataInputStream dis) |
static ArticulatedPartsTypeMetric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArticulatedPartsTypeMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArticulatedPartsTypeMetric NOT_SPECIFIED
public static final ArticulatedPartsTypeMetric POSITION
public static final ArticulatedPartsTypeMetric POSITION_RATE
public static final ArticulatedPartsTypeMetric EXTENSION
public static final ArticulatedPartsTypeMetric EXTENSION_RATE
public static final ArticulatedPartsTypeMetric X
public static final ArticulatedPartsTypeMetric X_RATE
public static final ArticulatedPartsTypeMetric Y
public static final ArticulatedPartsTypeMetric Y_RATE
public static final ArticulatedPartsTypeMetric Z
public static final ArticulatedPartsTypeMetric Z_RATE
public static final ArticulatedPartsTypeMetric AZIMUTH
public static final ArticulatedPartsTypeMetric AZIMUTH_RATE
public static final ArticulatedPartsTypeMetric ELEVATION
public static final ArticulatedPartsTypeMetric ELEVATION_RATE
public static final ArticulatedPartsTypeMetric ROTATION
public static final ArticulatedPartsTypeMetric ROTATION_RATE
public static ArticulatedPartsTypeMetric[] values()
for (ArticulatedPartsTypeMetric c : ArticulatedPartsTypeMetric.values()) System.out.println(c);
public static ArticulatedPartsTypeMetric valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static ArticulatedPartsTypeMetric getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static ArticulatedPartsTypeMetric unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static ArticulatedPartsTypeMetric unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()