Package | Description |
---|---|
oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
Modifier and Type | Method and Description |
---|---|
void |
DCInvokeMethodDef.setArguments(DCMethodParameterDef[] props)
Internal: Applications should not use this method.
|
Constructor and Description |
---|
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.
|
DCMethodParameter(DCMethodParameterDef def,
DCBindingContainer bc)
*** For internal framework use only ***
|
DCMethodParameterDef(DCMethodParameterDef other) |