public interface UserDefinedFunction
A UDF is characterised by the user-defined data type it belongs to, its name, the language in which the UDF is implemented and the return type.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLanguage()
Gets the name of the programming language this user-defined function is
written in.
|
java.lang.String |
getName()
Gets the unique (with respect to the corresponding user-defined data type)
name of this user-defined function.
|
ProcessConstants.AdeptDataType |
getReturnType()
Gets the return type of this user-defined function as a data element type.
|
java.lang.String |
getUserDefinedType()
Gets the name (a string) of the user-defined type to which this
user-defined function belongs to.
|
java.lang.String getUserDefinedType()
java.lang.String getName()
java.lang.String getLanguage()
ProcessConstants.AdeptDataType getReturnType()
de.aristaflow.adept2.base.globals.ProcessConstants.AdeptDataType)
returned by this method.