org.ode4j.cpp.internal
Enum ApiCppJoint.dJointType
java.lang.Object
java.lang.Enum<ApiCppJoint.dJointType>
org.ode4j.cpp.internal.ApiCppJoint.dJointType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ApiCppJoint.dJointType>
- Enclosing class:
- ApiCppJoint
public static enum ApiCppJoint.dJointType
- extends java.lang.Enum<ApiCppJoint.dJointType>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
dJointTypeNone
public static final ApiCppJoint.dJointType dJointTypeNone
dJointTypeBall
public static final ApiCppJoint.dJointType dJointTypeBall
dJointTypeHinge
public static final ApiCppJoint.dJointType dJointTypeHinge
dJointTypeSlider
public static final ApiCppJoint.dJointType dJointTypeSlider
dJointTypeContact
public static final ApiCppJoint.dJointType dJointTypeContact
dJointTypeUniversal
public static final ApiCppJoint.dJointType dJointTypeUniversal
dJointTypeHinge2
public static final ApiCppJoint.dJointType dJointTypeHinge2
dJointTypeFixed
public static final ApiCppJoint.dJointType dJointTypeFixed
dJointTypeNull
public static final ApiCppJoint.dJointType dJointTypeNull
dJointTypeAMotor
public static final ApiCppJoint.dJointType dJointTypeAMotor
dJointTypeLMotor
public static final ApiCppJoint.dJointType dJointTypeLMotor
dJointTypePlane2D
public static final ApiCppJoint.dJointType dJointTypePlane2D
dJointTypePR
public static final ApiCppJoint.dJointType dJointTypePR
dJointTypePU
public static final ApiCppJoint.dJointType dJointTypePU
dJointTypePiston
public static final ApiCppJoint.dJointType dJointTypePiston
values
public static ApiCppJoint.dJointType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ApiCppJoint.dJointType c : ApiCppJoint.dJointType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ApiCppJoint.dJointType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null