Interface ManagedObjectDependencyConfiguration<O extends Enum<O>>
public interface ManagedObjectDependencyConfiguration<O extends Enum<O>>
Configuration of
ManagedObject dependency to another
ManagedObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the dependency key of theManagedObjectfor which this maps the dependentManagedObject.Obtains the name of theManagedObjectproviding the dependency within the scope theManagedObjectis bound.
-
Method Details
-
getDependencyKey
O getDependencyKey()Obtains the dependency key of theManagedObjectfor which this maps the dependentManagedObject.- Returns:
- Dependency key or
nullif dependencies areIndexed.
-
getScopeManagedObjectName
String getScopeManagedObjectName()Obtains the name of theManagedObjectproviding the dependency within the scope theManagedObjectis bound.- Returns:
- Name of the
ManagedObjectproviding the dependency within the scope theManagedObjectis bound.
-