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