Interface BoundInputManagedObjectConfiguration
-
- All Known Implementing Classes:
BoundInputManagedObjectConfigurationImpl
public interface BoundInputManagedObjectConfiguration
Configuration of theManagedObjectSource
to be bound for the inputManagedObject
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBoundManagedObjectSourceName()
Obtains the name of theManagedObjectSource
to be bound for the inputManagedObject
.java.lang.String
getInputManagedObjectName()
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 theManagedObjectSource
to be bound for the inputManagedObject
.- Returns:
- Name of the
ManagedObjectSource
to be bound for the inputManagedObject
.
-
-