Interface ManagedObjectFunctionDependency
-
- All Known Implementing Classes:
ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl
public interface ManagedObjectFunctionDependencyDependency available toManagedFunctioninstances added viaManagedObjectSourceContext.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFunctionDependencyName()Obtains the name of thisManagedFunctiondependency.
-
-
-
Method Detail
-
getFunctionDependencyName
java.lang.String getFunctionDependencyName()
Obtains the name of thisManagedFunctiondependency.- Returns:
- Name of this
ManagedFunctiondependency.
-
-