|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<Select.RepeatingStages>
Select.RepeatingStages
public static enum Select.RepeatingStages
This enum defines stages through the possible option values.
Enum Constant Summary | |
---|---|
BEFORE
|
|
DATASOURCE
|
|
DEFAULT
|
|
DONE
|
|
NULL
|
|
OPTION
|
Field Summary | |
---|---|
static String |
REPEATING_DATASOURCE
|
static String |
REPEATING_DEFAULT
|
static String |
REPEATING_NULL
|
static String |
REPEATING_OPTION
These are the publically exposed stages, REPEATING_OPTION, REPEATING_DEFAULT,
REPEATING_DATASOURCE and REPEATING_NULL . |
int |
value
|
Method Summary | |
---|---|
static Select.RepeatingStages |
parseString(String value)
Given a String value defined above, return the enum value for it. |
String |
toString()
Returns the String value that can be used to order the selection. |
static Select.RepeatingStages |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Select.RepeatingStages[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Select.RepeatingStages BEFORE
public static final Select.RepeatingStages OPTION
public static final Select.RepeatingStages DEFAULT
public static final Select.RepeatingStages DATASOURCE
public static final Select.RepeatingStages NULL
public static final Select.RepeatingStages DONE
Field Detail |
---|
public static final String REPEATING_OPTION
REPEATING_OPTION, REPEATING_DEFAULT,
REPEATING_DATASOURCE and REPEATING_NULL
.
public static final String REPEATING_DEFAULT
public static final String REPEATING_DATASOURCE
public static final String REPEATING_NULL
public int value
Method Detail |
---|
public static final Select.RepeatingStages[] values()
for(Select.RepeatingStages c : Select.RepeatingStages.values()) System.out.println(c);
public static Select.RepeatingStages valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic String toString()
toString
in class Enum<Select.RepeatingStages>
public static Select.RepeatingStages parseString(String value)
value
- a String value matching one of the public Strings defined for the class.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |