public static enum ParameterizedCoupling.LimitType extends java.lang.Enum<ParameterizedCoupling.LimitType>
Enum Constant and Description |
---|
CURVE |
FIXED |
NONE |
ROLL |
ROLL_CURVE |
Modifier and Type | Method and Description |
---|---|
static ParameterizedCoupling.LimitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterizedCoupling.LimitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterizedCoupling.LimitType NONE
public static final ParameterizedCoupling.LimitType ROLL_CURVE
public static final ParameterizedCoupling.LimitType CURVE
public static final ParameterizedCoupling.LimitType ROLL
public static final ParameterizedCoupling.LimitType FIXED
public static ParameterizedCoupling.LimitType[] values()
for (ParameterizedCoupling.LimitType c : ParameterizedCoupling.LimitType.values()) System.out.println(c);
public static ParameterizedCoupling.LimitType 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 null