Package oracle.rules.sdk2.decisionpoint
Class MetadataHelper.DFParm
java.lang.Object
oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
- Enclosing class:
- MetadataHelper
DFParm is a struct representing parameter options for decision functions.
-
Constructor Details
-
DFParm
-
DFParm
- Parameters:
name
- the parameter nametypeName
- the fully qualified name of the parm's datatype -- this must already be registered in the dictionary or in a linked dictionaryisTree
- if the parameter is a logical tree-type (ADF & XML)isList
- of the parameter is plural
-
-
Method Details
-
getName
-
getTypeName
-
isTree
public boolean isTree() -
isList
public boolean isList() -
setName
-
setTypeName
-
setTree
-
setList
-