public static enum RampingFramedCurveSeq.Phase extends Enum<RampingFramedCurveSeq.Phase>
| Enum Constant and Description |
|---|
ACCEL_HARD |
ACCEL_SOFT |
BRAKE_HARD |
BRAKE_INIT |
BRAKE_SOFT |
COAST |
| Modifier and Type | Method and Description |
|---|---|
static RampingFramedCurveSeq.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RampingFramedCurveSeq.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RampingFramedCurveSeq.Phase BRAKE_INIT
public static final RampingFramedCurveSeq.Phase ACCEL_HARD
public static final RampingFramedCurveSeq.Phase ACCEL_SOFT
public static final RampingFramedCurveSeq.Phase COAST
public static final RampingFramedCurveSeq.Phase BRAKE_SOFT
public static final RampingFramedCurveSeq.Phase BRAKE_HARD
public static RampingFramedCurveSeq.Phase[] values()
for (RampingFramedCurveSeq.Phase c : RampingFramedCurveSeq.Phase.values()) System.out.println(c);
public static RampingFramedCurveSeq.Phase 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 nullCopyright © 2010-2016. All Rights Reserved.