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