Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Class
oracle.adf.model.binding.DCMethodParameterDef

Packages that use DCMethodParameterDef
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 

 

Uses of DCMethodParameterDef in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding that return DCMethodParameterDef
 DCMethodParameterDef[] DCInvokeMethodDef.getParameters()
          Internal: Applications should not use this method.

 

Methods in oracle.adf.model.binding with parameters of type DCMethodParameterDef
 void DCMethodParameterDef.copy(DCMethodParameterDef other)
           
 void DCInvokeMethodDef.setArguments(DCMethodParameterDef[] props)
          Internal: Applications should not use this method.

 

Constructors in oracle.adf.model.binding with parameters of type DCMethodParameterDef
DCMethodParameterDef(DCMethodParameterDef other)
           
DCInvokeMethodDef(java.lang.String instName, java.lang.String mthName, DCMethodParameterDef[] params, java.lang.String retName, java.lang.String sInstClassName, java.lang.Boolean bIsViewObjectMethod, java.lang.Boolean bIsLocalObjectReference)
          Internal: Applications should not use this constructor.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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