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