public enum RestraintType extends java.lang.Enum<RestraintType>
Modifier and Type | Class and Description |
---|---|
private static class |
RestraintType.SwigNext |
Enum Constant and Description |
---|
RESTRAINT_CMCT |
RESTRAINT_DMS |
RESTRAINT_SHAPE |
RESTRAINT_SHAPE_AC |
RESTRAINT_SHAPE_DIFF |
RESTRAINT_SHAPE_GU |
Modifier and Type | Field and Description |
---|---|
private int |
swigValue |
Modifier and Type | Method and Description |
---|---|
static RestraintType |
swigToEnum(int swigValue) |
int |
swigValue() |
static RestraintType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestraintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestraintType RESTRAINT_CMCT
public static final RestraintType RESTRAINT_DMS
public static final RestraintType RESTRAINT_SHAPE
public static final RestraintType RESTRAINT_SHAPE_AC
public static final RestraintType RESTRAINT_SHAPE_DIFF
public static final RestraintType RESTRAINT_SHAPE_GU
public static RestraintType swigToEnum(int swigValue)
public final int swigValue()
public static RestraintType 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 static RestraintType[] values()
for (RestraintType c : RestraintType.values()) System.out.println(c);