com.tibco.rta.model.mutable
Interface MutableFunctionDescriptor.MutableFunctionParam

All Superinterfaces:
FunctionDescriptor.FunctionParam, java.io.Serializable
Enclosing interface:
MutableFunctionDescriptor

public static interface MutableFunctionDescriptor.MutableFunctionParam
extends FunctionDescriptor.FunctionParam

A mutable function parameter. Allows for modelling a function parameter.


Method Summary
 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.
 
Methods inherited from interface com.tibco.rta.model.FunctionDescriptor.FunctionParam
getDataType, getDescription, getIndex, getName
 

Method Detail

setName

void setName(java.lang.String paramName)
Set the name of the parameter.

Parameters:
paramName - the parameter name to set.

setIndex

void setIndex(int index)
Set the cardinal index of the function parameter.

Parameters:
index - the index to set.

setDataType

void setDataType(DataType dataType)
Set the data type of the function parameter.

Parameters:
dataType - the datatype to set.

setDescription

void setDescription(java.lang.String description)
Set the description of the function parameter.

Parameters:
paramDesc - the description to set.


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.