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


oracle.binding.meta
Interface DataControlDefinition

All Superinterfaces:
Definition, NamedDefinition
All Known Implementing Classes:
AbstractDefinition

public interface DataControlDefinition
extends NamedDefinition

Interface for holding metadata for a DataControl.

See Also:
DataControl

Field Summary

 

Fields inherited from interface oracle.binding.meta.Definition
TYPE_ACCESSOR, TYPE_ATTRIBUTE, TYPE_DATACONTROL, TYPE_DEFINITION, TYPE_DEFINITIONCONTEXT, TYPE_METHODRETURN, TYPE_NAMED, TYPE_OPERATION, TYPE_PARAMETER, TYPE_STRUCTURE, TYPE_VARIABLE

 

Method Summary
 StructureDefinition getStructure()
          Retrieves the structure metadata of this datacontrol.

 

Methods inherited from interface oracle.binding.meta.NamedDefinition
getDefinitionParent, getFullName, getName, getProperties, getProperty

 

Methods inherited from interface oracle.binding.meta.Definition
getDefinitionType

 

Method Detail

getStructure

public StructureDefinition getStructure()
Retrieves the structure metadata of this datacontrol.
Returns:
The structure metadata of this datacontrol.

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.