public static interface MutableFunctionDescriptor.MutableFunctionParam extends FunctionDescriptor.FunctionParam
Modifier and Type | Method and Description |
---|---|
void |
setDataType(DataType dataType)
Set the data type of the function parameter.
|
void |
setDescription(java.lang.String description)
Set the description of the function parameter.
|
void |
setIndex(int index)
Set the cardinal index of the function parameter.
|
void |
setName(java.lang.String paramName)
Set the name of the parameter.
|
getDataType, getDescription, getIndex, getName
void setName(java.lang.String paramName)
paramName
- the parameter name to set.void setIndex(int index)
index
- the index to set.void setDataType(DataType dataType)
dataType
- the datatype to set.void setDescription(java.lang.String description)
paramDesc
- the description to set.Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.