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