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