Interface ManagedObjectFunctionDependency
- All Known Implementing Classes:
ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl
public interface ManagedObjectFunctionDependency
Dependency available to
ManagedFunction instances added via
ManagedObjectSourceContext.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of thisManagedFunctiondependency.setTypeQualifier(String qualifier) Specifies qualifier for the type.
-
Method Details
-
getFunctionDependencyName
String getFunctionDependencyName()Obtains the name of thisManagedFunctiondependency.- Returns:
- Name of this
ManagedFunctiondependency.
-
setTypeQualifier
Specifies qualifier for the type.- Parameters:
qualifier- Type qualifier.- Returns:
thisfor fluent building.
-