Oracle Business Rules Java API Reference
12c (12.1.3)
E51477-01
- java.lang.Object
-
- oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
-
-
Constructor Summary
Constructors
Constructor and Description |
MetadataHelper.DFParm(java.lang.String name,
java.lang.String typeName) |
MetadataHelper.DFParm(java.lang.String name,
java.lang.String typeName,
boolean isTree,
boolean isList) |
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MetadataHelper.DFParm
public MetadataHelper.DFParm(java.lang.String name,
java.lang.String typeName,
boolean isTree,
boolean isList)
- 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 Detail
-
isTree
public boolean isTree()
-
isList
public boolean isList()
Oracle Business Rules Java API Reference
12c (12.1.3)
E51477-01
Copyright © 2006,2014 Oracle and/or its affiliates. All rights reserved.