Package net.officefloor.compile.supplier
Interface SuppliedManagedObjectSourceType
-
- All Known Implementing Classes:
SuppliedManagedObjectSourceTypeImpl
public interface SuppliedManagedObjectSourceTypeType definitionof a potentially suppliedManagedObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectSource<?,?>getManagedObjectSource()Obtains theManagedObjectSource.java.lang.Class<?>getObjectType()Obtains the type ofObjectprovided by the suppliedManagedObject.PropertyListgetPropertyList()Obtains thePropertyListto configure theManagedObjectSource.java.lang.StringgetQualifier()Obtains the possible qualifier for the suppliedManagedObject.
-
-
-
Method Detail
-
getObjectType
java.lang.Class<?> getObjectType()
Obtains the type ofObjectprovided by the suppliedManagedObject.- Returns:
- Type of
Objectprovided by the suppliedManagedObject.
-
getQualifier
java.lang.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.
-
-