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