public enum ConstAccelCurveStateVarSymbol extends Enum<ConstAccelCurveStateVarSymbol> implements StateVariableSymbol<ConstAccelCurveStateVarSymbol>
| Enum Constant and Description |
|---|
CONST_ACCEL |
INIT_POS |
INIT_VEL |
TIME_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
ConstAccelCurveStateVarSymbol |
getSymbolAtIndex(int idx) |
int |
getSymbolBlockSize() |
int |
getSymbolIndex() |
static ConstAccelCurveStateVarSymbol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstAccelCurveStateVarSymbol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetSymbolStringpublic static final ConstAccelCurveStateVarSymbol TIME_OFFSET
public static final ConstAccelCurveStateVarSymbol CONST_ACCEL
public static final ConstAccelCurveStateVarSymbol INIT_POS
public static final ConstAccelCurveStateVarSymbol INIT_VEL
public static ConstAccelCurveStateVarSymbol[] values()
for (ConstAccelCurveStateVarSymbol c : ConstAccelCurveStateVarSymbol.values()) System.out.println(c);
public static ConstAccelCurveStateVarSymbol 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 int getSymbolIndex()
getSymbolIndex in interface StateVariableSymbol<ConstAccelCurveStateVarSymbol>public int getSymbolBlockSize()
getSymbolBlockSize in interface StateVariableSymbol<ConstAccelCurveStateVarSymbol>public ConstAccelCurveStateVarSymbol getSymbolAtIndex(int idx)
getSymbolAtIndex in interface StateVariableSymbol<ConstAccelCurveStateVarSymbol>Copyright © 2010-2016. All Rights Reserved.