|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableFunctionDescriptor
Mutable function descriptor. Allows for modeling a function descriptor.
| Nested Class Summary | |
|---|---|
static interface |
MutableFunctionDescriptor.MutableFunctionParam
A mutable function parameter. |
| Nested classes/interfaces inherited from interface com.tibco.rta.model.FunctionDescriptor |
|---|
FunctionDescriptor.FunctionParam, FunctionDescriptor.FunctionParamValue |
| Method Summary | |
|---|---|
void |
addFunctionContext(FunctionDescriptor.FunctionParam functionParam)
Adds a function context. |
void |
addFunctionParam(FunctionDescriptor.FunctionParam functionParam)
Add a function parameter to the function descriptor. |
void |
setCategory(java.lang.String category)
Set the category of the function. |
void |
setDescription(java.lang.String description)
Set the description of the function. |
void |
setImplClass(java.lang.String implClassName)
Set the implementation class of the function. |
void |
setName(java.lang.String name)
Set the name of the function |
| Methods inherited from interface com.tibco.rta.model.FunctionDescriptor |
|---|
getCategory, getDescription, getFunctionContext, getFunctionContext, getFunctionContexts, getFunctionParam, getFunctionParam, getFunctionParams, getImplClass, getName |
| Method Detail |
|---|
void setName(java.lang.String name)
name - void setCategory(java.lang.String category)
category - void setDescription(java.lang.String description)
description - void setImplClass(java.lang.String implClassName)
implClassName -
void addFunctionParam(FunctionDescriptor.FunctionParam functionParam)
throws UndefinedSchemaElementException,
DuplicateSchemaElementException
functionParam - The parameter to add.
UndefinedSchemaElementException
DuplicateSchemaElementException
void addFunctionContext(FunctionDescriptor.FunctionParam functionParam)
throws UndefinedSchemaElementException,
DuplicateSchemaElementException
functionParam - function param to add
UndefinedSchemaElementException
DuplicateSchemaElementException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||