oracle.adf.model.binding
Class DCMethodParameterDef
java.lang.Object
oracle.jbo.mom.PropertyNameValueDef
oracle.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 |
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 |
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.
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)
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()
Copyright © 1997, 2004, Oracle. All rights reserved.