org.ode4j.ode
Enum DJoint.PARAM_N

java.lang.Object
  extended by java.lang.Enum<DJoint.PARAM_N>
      extended by org.ode4j.ode.DJoint.PARAM_N
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DJoint.PARAM_N>
Enclosing interface:
DJoint

public static enum DJoint.PARAM_N
extends java.lang.Enum<DJoint.PARAM_N>


Enum Constant Summary
dParamBounce1
           
dParamBounce2
           
dParamBounce3
           
dParamCFM1
           
dParamCFM2
           
dParamCFM3
           
dParamERP1
           
dParamERP2
           
dParamERP3
           
dParamFMax1
           
dParamFMax2
           
dParamFMax3
           
dParamFudgeFactor1
           
dParamFudgeFactor2
           
dParamFudgeFactor3
           
dParamHiStop1
           
dParamHiStop2
           
dParamHiStop3
           
dParamLoStop1
           
dParamLoStop2
           
dParamLoStop3
           
dParamStopCFM1
           
dParamStopCFM2
           
dParamStopCFM3
           
dParamStopERP1
           
dParamStopERP2
           
dParamStopERP3
           
dParamSuspensionCFM1
           
dParamSuspensionCFM2
           
dParamSuspensionCFM3
           
dParamSuspensionERP1
           
dParamSuspensionERP2
           
dParamSuspensionERP3
           
dParamVel1
           
dParamVel2
           
dParamVel3
           
 
Method Summary
 boolean isGroup1()
           
 boolean isGroup2()
           
 boolean isGroup3()
           
static DJoint.PARAM_N toEnum(int n)
           
 DJoint.PARAM_GROUPS toGROUP()
           
 DJoint.PARAM toSUB()
           
static DJoint.PARAM_N valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DJoint.PARAM_N[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

dParamLoStop1

public static final DJoint.PARAM_N dParamLoStop1

dParamHiStop1

public static final DJoint.PARAM_N dParamHiStop1

dParamVel1

public static final DJoint.PARAM_N dParamVel1

dParamFMax1

public static final DJoint.PARAM_N dParamFMax1

dParamFudgeFactor1

public static final DJoint.PARAM_N dParamFudgeFactor1

dParamBounce1

public static final DJoint.PARAM_N dParamBounce1

dParamCFM1

public static final DJoint.PARAM_N dParamCFM1

dParamStopERP1

public static final DJoint.PARAM_N dParamStopERP1

dParamStopCFM1

public static final DJoint.PARAM_N dParamStopCFM1

dParamSuspensionERP1

public static final DJoint.PARAM_N dParamSuspensionERP1

dParamSuspensionCFM1

public static final DJoint.PARAM_N dParamSuspensionCFM1

dParamERP1

public static final DJoint.PARAM_N dParamERP1

dParamLoStop2

public static final DJoint.PARAM_N dParamLoStop2

dParamHiStop2

public static final DJoint.PARAM_N dParamHiStop2

dParamVel2

public static final DJoint.PARAM_N dParamVel2

dParamFMax2

public static final DJoint.PARAM_N dParamFMax2

dParamFudgeFactor2

public static final DJoint.PARAM_N dParamFudgeFactor2

dParamBounce2

public static final DJoint.PARAM_N dParamBounce2

dParamCFM2

public static final DJoint.PARAM_N dParamCFM2

dParamStopERP2

public static final DJoint.PARAM_N dParamStopERP2

dParamStopCFM2

public static final DJoint.PARAM_N dParamStopCFM2

dParamSuspensionERP2

public static final DJoint.PARAM_N dParamSuspensionERP2

dParamSuspensionCFM2

public static final DJoint.PARAM_N dParamSuspensionCFM2

dParamERP2

public static final DJoint.PARAM_N dParamERP2

dParamLoStop3

public static final DJoint.PARAM_N dParamLoStop3

dParamHiStop3

public static final DJoint.PARAM_N dParamHiStop3

dParamVel3

public static final DJoint.PARAM_N dParamVel3

dParamFMax3

public static final DJoint.PARAM_N dParamFMax3

dParamFudgeFactor3

public static final DJoint.PARAM_N dParamFudgeFactor3

dParamBounce3

public static final DJoint.PARAM_N dParamBounce3

dParamCFM3

public static final DJoint.PARAM_N dParamCFM3

dParamStopERP3

public static final DJoint.PARAM_N dParamStopERP3

dParamStopCFM3

public static final DJoint.PARAM_N dParamStopCFM3

dParamSuspensionERP3

public static final DJoint.PARAM_N dParamSuspensionERP3

dParamSuspensionCFM3

public static final DJoint.PARAM_N dParamSuspensionCFM3

dParamERP3

public static final DJoint.PARAM_N dParamERP3
Method Detail

values

public static DJoint.PARAM_N[] 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 (DJoint.PARAM_N c : DJoint.PARAM_N.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DJoint.PARAM_N 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

toGROUP

public DJoint.PARAM_GROUPS toGROUP()

toSUB

public DJoint.PARAM toSUB()

isGroup1

public boolean isGroup1()

isGroup2

public boolean isGroup2()

isGroup3

public boolean isGroup3()

toEnum

public static DJoint.PARAM_N toEnum(int n)