public interface MutableFunctionDescriptor extends FunctionDescriptor
Modifier and Type | Interface and Description |
---|---|
static interface |
MutableFunctionDescriptor.MutableFunctionParam
A mutable function parameter.
|
FunctionDescriptor.FunctionParam, FunctionDescriptor.FunctionParamValue
Modifier and Type | Method and Description |
---|---|
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
|
getCategory, getDescription, getFunctionContext, getFunctionContext, getFunctionContexts, getFunctionParam, getFunctionParam, getFunctionParams, getImplClass, getName
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 addUndefinedSchemaElementException
DuplicateSchemaElementException
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.