Interface ManagedObjectFunctionDependencyConfiguration
-
public interface ManagedObjectFunctionDependencyConfigurationConfiguration ofManagedObjectFunctionDependencyto anotherManagedObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFunctionObjectName()Obtains name of theManagedObjectFunctionDependency.java.lang.StringgetScopeManagedObjectName()Obtains the name of theManagedObjectproviding the dependency.
-
-
-
Method Detail
-
getFunctionObjectName
java.lang.String getFunctionObjectName()
Obtains name of theManagedObjectFunctionDependency.- Returns:
- Name of the
ManagedObjectFunctionDependency.
-
getScopeManagedObjectName
java.lang.String getScopeManagedObjectName()
Obtains the name of theManagedObjectproviding the dependency.- Returns:
- Name of the
ManagedObjectproviding the dependency.
-
-