|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IDataBook.WriteBackIsolationLevel>
javax.rad.model.IDataBook.WriteBackIsolationLevel
public static enum IDataBook.WriteBackIsolationLevel
The IDataBook.WriteBackIsolationLevel
specifies when the changes in the
IDataBook
will be (implicitly) saved. This also includes
notifications and synchronizations with the master or details.
Enum Constant Summary | |
---|---|
DATA_ROW
The changes are stored/saved when the current row is deselected or a different row is selected. |
|
DATASOURCE
The changes are only stored when IDataBook.saveSelectedRow() ,
IDataBook.saveAllRows() or IDataBook.saveDataPage()
is invoked. |
Method Summary | |
---|---|
static IDataBook.WriteBackIsolationLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IDataBook.WriteBackIsolationLevel[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IDataBook.WriteBackIsolationLevel DATA_ROW
public static final IDataBook.WriteBackIsolationLevel DATASOURCE
IDataBook.saveSelectedRow()
,
IDataBook.saveAllRows()
or IDataBook.saveDataPage()
is invoked.
Method Detail |
---|
public static IDataBook.WriteBackIsolationLevel[] values()
for (IDataBook.WriteBackIsolationLevel c : IDataBook.WriteBackIsolationLevel.values()) System.out.println(c);
public static IDataBook.WriteBackIsolationLevel 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |