Interface ManagedObjectFunctionDependencyConfiguration
public interface ManagedObjectFunctionDependencyConfiguration
Configuration of
ManagedObjectFunctionDependency to another
ManagedObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains name of theManagedObjectFunctionDependency.Obtains the name of theManagedObjectproviding the dependency.
-
Method Details
-
getFunctionObjectName
String getFunctionObjectName()Obtains name of theManagedObjectFunctionDependency.- Returns:
- Name of the
ManagedObjectFunctionDependency.
-
getScopeManagedObjectName
String getScopeManagedObjectName()Obtains the name of theManagedObjectproviding the dependency.- Returns:
- Name of the
ManagedObjectproviding the dependency.
-