Package | Description |
---|---|
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
ViewRowImpl.PostState |
ViewRowImpl.getPrimaryPostState()
Returns the post state of the primary entity row in this view row as PostState enum.
|
static ViewRowImpl.PostState |
ViewRowImpl.PostState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ViewRowImpl.PostState[] |
ViewRowImpl.PostState.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|