|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MutableFunctionDescriptor.MutableFunctionParam
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 |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |