Enum Constant and Description |
---|
GROUND1D |
GROUND3D |
HAPTICINPUT3D |
MASS1D |
MASS2DPLANE |
MASS3D |
OSC1D |
OSC3D |
POSINPUT3D |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static massType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static massType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final massType MASS3D
public static final massType MASS1D
public static final massType MASS2DPLANE
public static final massType GROUND3D
public static final massType GROUND1D
public static final massType OSC3D
public static final massType OSC1D
public static final massType HAPTICINPUT3D
public static final massType POSINPUT3D
public static final massType UNDEFINED
public static massType[] values()
for (massType c : massType.values()) System.out.println(c);
public static massType 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