com.tibco.rta.model.rule
Interface ActionFunctionDescriptor

All Superinterfaces:
FunctionDescriptor, java.io.Serializable

public interface ActionFunctionDescriptor
extends FunctionDescriptor

Describes an action function to be used by design time for modeling a rule


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.tibco.rta.model.FunctionDescriptor
FunctionDescriptor.FunctionParam, FunctionDescriptor.FunctionParamValue
 
Method Summary
 void addFunctionParamValue(FunctionDescriptor.FunctionParamValue value)
          Add a function parameter and its value to the action.
 java.util.Collection<FunctionDescriptor.FunctionParamValue> getFunctionParamValues()
          A list of function parameters and their values.
 
Methods inherited from interface com.tibco.rta.model.FunctionDescriptor
getCategory, getDescription, getFunctionContext, getFunctionContext, getFunctionContexts, getFunctionParam, getFunctionParam, getFunctionParams, getImplClass, getName
 

Method Detail

getFunctionParamValues

java.util.Collection<FunctionDescriptor.FunctionParamValue> getFunctionParamValues()
A list of function parameters and their values.

Returns:
a list of function parameter and their values

addFunctionParamValue

void addFunctionParamValue(FunctionDescriptor.FunctionParamValue value)
Add a function parameter and its value to the action.

Parameters:
value - the value to add.


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.