Interface BoundInputManagedObjectConfiguration
- All Known Implementing Classes:
BoundInputManagedObjectConfigurationImpl
public interface BoundInputManagedObjectConfiguration
Configuration of the
ManagedObjectSource to be bound for the input
ManagedObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theManagedObjectSourceto be bound for the inputManagedObject.Obtains the name of the inputManagedObject.
-
Method Details
-
getInputManagedObjectName
String getInputManagedObjectName()Obtains the name of the inputManagedObject.- Returns:
- Name of the input
ManagedObject.
-
getBoundManagedObjectSourceName
String getBoundManagedObjectSourceName()Obtains the name of theManagedObjectSourceto be bound for the inputManagedObject.- Returns:
- Name of the
ManagedObjectSourceto be bound for the inputManagedObject.
-