|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.6.0) E10653-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ViewRowImpl.PostState>
oracle.jbo.server.ViewRowImpl.PostState
public static enum ViewRowImpl.PostState
Enum representing the post state of the primary entity row in this view row. The boolean methods simplify row-state testing in Groovy and EL expressions
| Enum Constant Summary | |
|---|---|
DEAD
|
|
DELETED
|
|
INITIALIZED
|
|
MODIFIED
|
|
NEW
|
|
UNMODIFIED
|
|
| Method Summary | |
|---|---|
boolean |
isDead()
|
boolean |
isDeleted()
|
boolean |
isInitialized()
|
boolean |
isModified()
|
boolean |
isNew()
|
boolean |
isUnmodified()
|
static ViewRowImpl.PostState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ViewRowImpl.PostState[] |
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 ViewRowImpl.PostState NEW
public static final ViewRowImpl.PostState UNMODIFIED
public static final ViewRowImpl.PostState INITIALIZED
public static final ViewRowImpl.PostState MODIFIED
public static final ViewRowImpl.PostState DEAD
public static final ViewRowImpl.PostState DELETED
| Method Detail |
|---|
public static ViewRowImpl.PostState[] values()
for (ViewRowImpl.PostState c : ViewRowImpl.PostState.values()) System.out.println(c);
public static ViewRowImpl.PostState 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 nullpublic boolean isModified()
public boolean isNew()
public boolean isInitialized()
public boolean isUnmodified()
public boolean isDead()
public boolean isDeleted()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.6.0) E10653-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||