Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Package oracle.binding.meta

Contains interfaces for data binding metadata.

See:
          Description

Interface Summary
AccessorDefinition Interface for holding accessor metadata.
AttributeDefinition Interface for holding attribute metadata.
DataControlDefinition Interface for holding metadata for a DataControl.
Definition This is a a marker interface.
DefinitionContainer Interface used as container of multiple Definitions.
DefinitionContext Marker interface that provides a namespace for looking up metadata for control bindings and datacontrols.
MethodReturnDefinition Marker interface for defining return types, as returned in the getReturnType method in OperationDefinition.
NamedDefinition Interface for holding named metadata.
OperationDefinition Interface for holding metadata of an operation.
ParameterDefinition Interface for holding metadata for a method parameter.
StructureDefinition Contains metadata for a structure such as a datacontrol, an accessor, or a parameter.
VariableDefinition This interface is used for holding metadata for a variable.

 

Class Summary
ArrayListDefinitionContainer A class that implements the DefinitionContainer interface using an java.util.ArrayList for storage of Definition instances.
DefaultDefinitionContext The DefaultDefinitionContext class can be used for storing and lookup of control bindings and datacontrols metadata.
EmptyDefinitionContainer An implementation class of DefinitionContainer to represent an empty collection of Definition.

 

Package oracle.binding.meta Description

Contains interfaces for data binding metadata.


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Copyright © 1997, 2006, Oracle. All rights reserved.