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


Uses of Interface
oracle.binding.meta.DefinitionContainer

Packages that use DefinitionContainer
oracle.binding.meta Contains interfaces for data binding metadata. 

 

Uses of DefinitionContainer in oracle.binding.meta

 

Classes in oracle.binding.meta that implement DefinitionContainer
 class ArrayListDefinitionContainer
          A class that implements the DefinitionContainer interface using an java.util.ArrayList for storage of Definition instances.
 class EmptyDefinitionContainer
          An implementation class of DefinitionContainer to represent an empty collection of Definition.

 

Methods in oracle.binding.meta that return DefinitionContainer
 DefinitionContainer StructureDefinition.getAttributeDefinitions()
          Returns the metadata about the attributes in this structure.
 DefinitionContainer StructureDefinition.getAccessorDefinitions()
          Returns the metadata about the accessors in this structure.
 DefinitionContainer StructureDefinition.getOperationDefinitions()
          Returns the metadata about the operations in this structure.
 DefinitionContainer OperationDefinition.getOperationParameters()
          Retrieves the metadata of the parameters of the operation.
static DefinitionContainer EmptyDefinitionContainer.getInstance()
          Obtain the singleton EmptyDefinitionContainer instance.

 


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.