Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.adf.model.adapter.generic
Interface DataControlStructure

All Known Implementing Classes:
DataControlStructureImpl

public interface DataControlStructure

Since:
11.1.1.0

Method Summary
 java.lang.String getDataControlName()
          Returns the name of this data control.
 Node getMetadata()
          Returns the node representing the deployment settings for the data control being created for this definition.
 StructureDefinition getStructure()
          Returns the structure definition describing the data control being created for this DataControlStructure.
 

Method Detail

getStructure

StructureDefinition getStructure()
Returns the structure definition describing the data control being created for this DataControlStructure.


getDataControlName

java.lang.String getDataControlName()
Returns the name of this data control.


getMetadata

Node getMetadata()
Returns the node representing the deployment settings for the data control being created for this definition.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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