Enum Constant and Description |
---|
ATTRACTOR3D |
BUBBLE3D |
CONTACT3D |
DAMPER3D |
PLANECONTACT3D |
ROPE3D |
SPRING3D |
SPRINGDAMPER1D |
SPRINGDAMPER3D |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static interType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static interType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final interType SPRING3D
public static final interType DAMPER3D
public static final interType SPRINGDAMPER3D
public static final interType SPRINGDAMPER1D
public static final interType ROPE3D
public static final interType CONTACT3D
public static final interType PLANECONTACT3D
public static final interType BUBBLE3D
public static final interType ATTRACTOR3D
public static final interType UNDEFINED
public static interType[] values()
for (interType c : interType.values()) System.out.println(c);
public static interType 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 nullProcessing Library miPhysics by James Leonard. (c) 2019