Package net.officefloor.compile.supplier
Interface SuppliedManagedObjectSourceType
- All Known Implementing Classes:
SuppliedManagedObjectSourceTypeImpl
public interface SuppliedManagedObjectSourceType
Type definition of a potentially supplied ManagedObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionManagedObjectSource<?,?> Obtains theManagedObjectSource.Class<?>Obtains the type ofObjectprovided by the suppliedManagedObject.Obtains thePropertyListto configure theManagedObjectSource.Obtains the possible qualifier for the suppliedManagedObject.
-
Method Details
-
getObjectType
Class<?> getObjectType()Obtains the type ofObjectprovided by the suppliedManagedObject.- Returns:
- Type of
Objectprovided by the suppliedManagedObject.
-
getQualifier
String getQualifier()Obtains the possible qualifier for the suppliedManagedObject.- Returns:
- Qualifier for the supplied
ManagedObject. May benull.
-
getManagedObjectSource
ManagedObjectSource<?,?> getManagedObjectSource()Obtains theManagedObjectSource.- Returns:
ManagedObjectSource.
-
getPropertyList
PropertyList getPropertyList()Obtains thePropertyListto configure theManagedObjectSource.- Returns:
PropertyListto configure theManagedObjectSource.
-