class FunctionInterface
Package: swiss.avm.up.core.generic.type.function.javamodel.FunctionInterface
Direct Known Subclasses:
class FunctionInterface extends AFunction
An interface definition for already existing functions on the control platform. These can be user-defined functions or functions that the control system provides out of the box.
Properties
comment
Describes the intent of this Resource.
TextLiteral[0..1]
A Literal that accepts multiple lines of text.
description
TextLiteral[0..1]
A Literal that accepts multiple lines of text.
inOutField
FieldComplexInput[0..N]
inOutParameter
FieldComplexInput[0..N]
inputField
FieldComplexInput[0..N]
inputParameter
FieldComplexInput[0..N]
name
The name of this Resource.
StringLiteral[1..1]
returnType
AReturnType[1..1]
returnType
AReturnType[1..1]