public static interface FunctionDescriptor.FunctionParam
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.String getName()
DataType getDataType()
int getIndex()
java.lang.String getDescription()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.