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