|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectSelect.RepeatingStages
public static class Select.RepeatingStages
This enum defines stages through the possible option values.
| 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. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 String toString()
toString in class Objectpublic 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 | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||