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
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.