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