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