public interface ActionFunctionDescriptor extends FunctionDescriptor
FunctionDescriptor.FunctionParam, FunctionDescriptor.FunctionParamValue
Modifier and Type | Method and Description |
---|---|
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.
|
getCategory, getDescription, getFunctionContext, getFunctionContext, getFunctionContexts, getFunctionParam, getFunctionParam, getFunctionParams, getImplClass, getName
java.util.Collection<FunctionDescriptor.FunctionParamValue> getFunctionParamValues()
void addFunctionParamValue(FunctionDescriptor.FunctionParamValue value)
value
- the value to add.Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.