| Package | Description |
|---|---|
| oracle.adf.model.adapter.dataformat | |
| oracle.adf.model.meta.bc4j | |
| oracle.adf.model.utils | |
| oracle.binding.meta |
Contains interfaces for data binding metadata.
|
| oracle.binding.meta.criteria | |
| oracle.binding.metaimpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessorDef
Defines an accessor.
|
class |
AttributeDef
Implements an attrtibute.
|
class |
MethodReturnDef |
class |
ParamDef
Defines a method parameter of a data control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureDef.addAttribute(AttributeDefinition attr)
Adds an attribute to the structure definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BC4JViewObjectAccessorDefinition |
class |
BC4JViewObjectAttributeDefinition |
| Modifier and Type | Method and Description |
|---|---|
static byte |
JSR227Util.getUpdateable(AttributeDefinition def)
An attribute may be read-only (READONLY), updatable always (UPDATEABLE),
or updatable only on insert (WHILE_NEW).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessorDefinition
Interface for holding accessor metadata.
|
interface |
AccessorParameterDefinition
Interface for holding metadata for a method parameter that is of a
structured or collection type.
|
interface |
OperationReturnDefinition
Marker interface for defining return types, as returned
in the getReturnType method in OperationDefinition.
|
interface |
ParameterDefinition
Interface for holding metadata for a method parameter.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
SimpleItem.getAttribute()
Returns the definition of the attribute associated with the
name of this view criteria item, if it is the name of an
attribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAttributeDefinition
A class for holding metadata of attributes.
|