|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TablePreferencesConfiguration.Mode>
org.proteios.io.TablePreferencesConfiguration.Mode
public static enum TablePreferencesConfiguration.Mode
The table preferences mode.
| Enum Constant Summary | |
|---|---|
ALWAYS
Table preferences always saved. |
|
NEVER
Table preferences never saved. |
|
USE_BUT_DO_NOT_UPDATE
Table preferences always saved. |
|
| Method Summary | |
|---|---|
static TablePreferencesConfiguration.Mode |
fromValue(int value)
Get the TablePreferencesConfiguration.Mode object when you know the integer
code. |
int |
getValue()
Get the integer value that is used when storing a TablePreferencesConfiguration.Mode to the database. |
String |
toString()
|
static TablePreferencesConfiguration.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TablePreferencesConfiguration.Mode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TablePreferencesConfiguration.Mode NEVER
public static final TablePreferencesConfiguration.Mode ALWAYS
public static final TablePreferencesConfiguration.Mode USE_BUT_DO_NOT_UPDATE
| Method Detail |
|---|
public static TablePreferencesConfiguration.Mode[] values()
for (TablePreferencesConfiguration.Mode c : TablePreferencesConfiguration.Mode.values()) System.out.println(c);
public static TablePreferencesConfiguration.Mode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static TablePreferencesConfiguration.Mode fromValue(int value)
TablePreferencesConfiguration.Mode object when you know the integer
code.
value - The integer value.
public String toString()
toString in class Enum<TablePreferencesConfiguration.Mode>public int getValue()
TablePreferencesConfiguration.Mode to the database.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||