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