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


oracle.adf.model.binding
Class DCMethodParameterDef

java.lang.Object
  extended byoracle.jbo.mom.PropertyNameValueDef
      extended byoracle.adf.model.binding.DCMethodParameterDef

All Implemented Interfaces:
java.io.Serializable

public class DCMethodParameterDef
extends oracle.jbo.mom.PropertyNameValueDef
implements java.io.Serializable
See Also:
Serialized Form

Field Summary
static int PARAM_FINAL
Binding definition has the expression to get to the value that should be used for this parameter.
static int PARAM_OPTIONAL
Binding definition's value is used only if the parameter is not specifically set by the caller.
static int PARAM_REQUIRED
Parameter value has to be set by the caller.

Fields inherited from class oracle.jbo.mom.PropertyNameValueDef
NULL_VALUE

Constructor Summary
DCMethodParameterDef()
DCMethodParameterDef(DCMethodParameterDef other)
DCMethodParameterDef(java.lang.String name, java.lang.String type, java.lang.Object value)
DCMethodParameterDef(java.lang.String name, java.lang.String type, java.lang.Object value, int scope)

Method Summary
java.lang.Object clone()
void copy(DCMethodParameterDef other)
int getOption()
boolean isParamFinal()
boolean isParamRequired()
void loadFromXMLFile(oracle.jbo.mom.xml.DefElementImpl xmlElement)
void setOption(int scope)

Methods inherited from class oracle.jbo.mom.PropertyNameValueDef
convertToText, convertToVector, copy, getColumnList, getFullName, getName, getType, getTypedValue, getTypeName, getValue, getXMLElementTag, setBeanProperty, setName, setType, setValue

Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

PARAM_FINAL

public static int PARAM_FINAL
Binding definition has the expression to get to the value that should be used for this parameter.

PARAM_OPTIONAL

public static int PARAM_OPTIONAL
Binding definition's value is used only if the parameter is not specifically set by the caller. This is the default.

PARAM_REQUIRED

public static int PARAM_REQUIRED
Parameter value has to be set by the caller.

Constructor Detail

DCMethodParameterDef

public DCMethodParameterDef()

DCMethodParameterDef

public DCMethodParameterDef(java.lang.String name,
                            java.lang.String type,
                            java.lang.Object value,
                            int scope)

DCMethodParameterDef

public DCMethodParameterDef(java.lang.String name,
                            java.lang.String type,
                            java.lang.Object value)

DCMethodParameterDef

public DCMethodParameterDef(DCMethodParameterDef other)

Method Detail

copy

public void copy(DCMethodParameterDef other)

clone

public java.lang.Object clone()

getOption

public int getOption()

setOption

public void setOption(int scope)

loadFromXMLFile

public void loadFromXMLFile(oracle.jbo.mom.xml.DefElementImpl xmlElement)

isParamFinal

public final boolean isParamFinal()

isParamRequired

public final boolean isParamRequired()

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


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