public enum TypedConstraintType extends Enum<TypedConstraintType>
| Enum Constant and Description |
|---|
CONETWIST_CONSTRAINT_TYPE |
D6_CONSTRAINT_TYPE |
HINGE_CONSTRAINT_TYPE |
POINT2POINT_CONSTRAINT_TYPE |
SLIDER_CONSTRAINT_TYPE |
VEHICLE_CONSTRAINT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static TypedConstraintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypedConstraintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypedConstraintType POINT2POINT_CONSTRAINT_TYPE
public static final TypedConstraintType HINGE_CONSTRAINT_TYPE
public static final TypedConstraintType CONETWIST_CONSTRAINT_TYPE
public static final TypedConstraintType D6_CONSTRAINT_TYPE
public static final TypedConstraintType VEHICLE_CONSTRAINT_TYPE
public static final TypedConstraintType SLIDER_CONSTRAINT_TYPE
public static TypedConstraintType[] values()
for (TypedConstraintType c : TypedConstraintType.values()) System.out.println(c);
public static TypedConstraintType 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 null