com.tibco.rta.model
Interface FunctionDescriptor.FunctionParam

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
FunctionDescriptor.FunctionParamValue, MutableFunctionDescriptor.MutableFunctionParam
Enclosing interface:
FunctionDescriptor

public static interface FunctionDescriptor.FunctionParam
extends java.io.Serializable

Describes a funciton parameter


Method Summary
 DataType getDataType()
          Get its datatype
 java.lang.String getDescription()
          Get the parameter description
 int getIndex()
          Get its positional index as defined in the "compute" method of the implementation class
 java.lang.String getName()
          Get the parameter name
 

Method Detail

getName

java.lang.String getName()
Get the parameter name

Returns:

getDataType

DataType getDataType()
Get its datatype

Returns:

getIndex

int getIndex()
Get its positional index as defined in the "compute" method of the implementation class

Returns:

getDescription

java.lang.String getDescription()
Get the parameter description

Returns:


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