public interface IFunctionDescriptor
Modifier and Type | Field and Description |
---|---|
static int |
RETURN_TYPE_DOUBLE
Function returns an instance of Double
|
static int |
RETURN_TYPE_INTEGER
Function returns an instance of Integer
|
static int |
RETURN_TYPE_STRING
Function returns an instance of String
|
static int |
RETURN_TYPE_TABLE
Function returns an instance of TabularData
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getArgNames()
Get the argument names to the function.
|
java.lang.String[] |
getArgVarNames()
Get the array of variable names to hold argument values.
|
java.lang.String |
getDescription()
Get the description of function.
|
java.lang.String |
getName()
Get the name of the function.
|
java.lang.String[] |
getReturnColumnNames()
Get the columns names if the function returns a table.
|
int |
getReturnType()
Get the return type of the function.
|
static final int RETURN_TYPE_TABLE
static final int RETURN_TYPE_INTEGER
static final int RETURN_TYPE_DOUBLE
static final int RETURN_TYPE_STRING
java.lang.String[] getArgNames()
java.lang.String[] getArgVarNames()
java.lang.String getDescription()
java.lang.String getName()
java.lang.String[] getReturnColumnNames()
int getReturnType()
Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.