Class MetadataHelper.DFParm

java.lang.Object
oracle.rules.sdk2.decisionpoint.MetadataHelper.DFParm
Enclosing class:
MetadataHelper

public static final class MetadataHelper.DFParm extends Object
DFParm is a struct representing parameter options for decision functions.
  • Constructor Details

    • DFParm

      public DFParm(String name, String typeName)
    • DFParm

      public DFParm(String name, String typeName, boolean isTree, boolean isList)
      Parameters:
      name - the parameter name
      typeName - the fully qualified name of the parm's datatype -- this must already be registered in the dictionary or in a linked dictionary
      isTree - if the parameter is a logical tree-type (ADF & XML)
      isList - of the parameter is plural
  • Method Details