public static enum FrameExciter.WrenchDof extends java.lang.Enum<FrameExciter.WrenchDof>
Enum Constant and Description |
---|
FX
Force along x (in world coordinates)
|
FY
Force along y (in world coordinates)
|
FZ
Force along z (in world coordinates)
|
MX
Moment about x (in world coordinates)
|
MY
Moment about y (in world coordinates)
|
MZ
Moment about z (in world coordinates)
|
Modifier and Type | Method and Description |
---|---|
static FrameExciter.WrenchDof |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrameExciter.WrenchDof[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameExciter.WrenchDof FX
public static final FrameExciter.WrenchDof FY
public static final FrameExciter.WrenchDof FZ
public static final FrameExciter.WrenchDof MX
public static final FrameExciter.WrenchDof MY
public static final FrameExciter.WrenchDof MZ
public static FrameExciter.WrenchDof[] values()
for (FrameExciter.WrenchDof c : FrameExciter.WrenchDof.values()) System.out.println(c);
public static FrameExciter.WrenchDof 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 null