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