Interface FunctionNamespaceType
-
- All Known Implementing Classes:
FunctionNamespaceTypeImpl
public interface FunctionNamespaceType
Type definition
of aManagedFunctionSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedFunctionType<?,?>[]
getManagedFunctionTypes()
Obtains theManagedFunctionType
definitions.
-
-
-
Method Detail
-
getManagedFunctionTypes
ManagedFunctionType<?,?>[] getManagedFunctionTypes()
Obtains theManagedFunctionType
definitions.- Returns:
ManagedFunctionType
definitions.
-
-