Interface BoundInputManagedObjectConfiguration
-
- All Known Implementing Classes:
BoundInputManagedObjectConfigurationImpl
public interface BoundInputManagedObjectConfigurationConfiguration of theManagedObjectSourceto be bound for the inputManagedObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBoundManagedObjectSourceName()Obtains the name of theManagedObjectSourceto be bound for the inputManagedObject.java.lang.StringgetInputManagedObjectName()Obtains the name of the inputManagedObject.
-
-
-
Method Detail
-
getInputManagedObjectName
java.lang.String getInputManagedObjectName()
Obtains the name of the inputManagedObject.- Returns:
- Name of the input
ManagedObject.
-
getBoundManagedObjectSourceName
java.lang.String getBoundManagedObjectSourceName()
Obtains the name of theManagedObjectSourceto be bound for the inputManagedObject.- Returns:
- Name of the
ManagedObjectSourceto be bound for the inputManagedObject.
-
-