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

E10653-05

oracle.adfinternal.model.adapter.generic
Class DataControlStructureImpl

java.lang.Object
  extended by oracle.adfinternal.model.adapter.generic.DataControlStructureImpl
All Implemented Interfaces:
DataControlStructure

public class DataControlStructureImpl
extends java.lang.Object
implements DataControlStructure

Default DataConrolDefinition implementation.


Constructor Summary
DataControlStructureImpl(java.lang.String dcName, Node rtSettings, StructureDefinition dcStructure)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataControlStructureImpl

public DataControlStructureImpl(java.lang.String dcName,
                                Node rtSettings,
                                StructureDefinition dcStructure)
Method Detail

getDataControlName

public java.lang.String getDataControlName()
Description copied from interface: DataControlStructure
Returns the name of this data control.

Specified by:
getDataControlName in interface DataControlStructure

getMetadata

public Node getMetadata()
Description copied from interface: DataControlStructure
Returns the node representing the deployment settings for the data control being created for this definition.

Specified by:
getMetadata in interface DataControlStructure

getStructure

public StructureDefinition getStructure()
Description copied from interface: DataControlStructure
Returns the structure definition describing the data control being created for this DataControlStructure.

Specified by:
getStructure in interface DataControlStructure

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.