Package net.officefloor.compile.section
Interface OfficeSectionManagedObjectType
-
- All Superinterfaces:
DependentObjectType
- All Known Implementing Classes:
OfficeSectionManagedObjectTypeImpl
public interface OfficeSectionManagedObjectType extends DependentObjectType
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOfficeSectionManagedObjectName()Obtains the name of thisOfficeSectionManagedObject.OfficeSectionManagedObjectSourceTypegetOfficeSectionManagedObjectSourceType()Obtains theOfficeSectionManagedObjectSourceTypefor thisOfficeSectionManagedObject.java.lang.Class<?>[]getSupportedExtensionInterfaces()Obtains the supported extension interfaces by thisOfficeSectionManagedObject.-
Methods inherited from interface net.officefloor.compile.object.DependentObjectType
getDependentObjectName, getObjectDependencies, getTypeQualifications
-
-
-
-
Method Detail
-
getOfficeSectionManagedObjectName
java.lang.String getOfficeSectionManagedObjectName()
Obtains the name of thisOfficeSectionManagedObject.- Returns:
- Name of this
OfficeSectionManagedObject.
-
getSupportedExtensionInterfaces
java.lang.Class<?>[] getSupportedExtensionInterfaces()
Obtains the supported extension interfaces by this
OfficeSectionManagedObject.Should there be an issue by the underlying
ManagedObjectSourceproviding the listing, an empty array will be returned with an issue reported to theCompilerIssues.- Returns:
- Supported extension interfaces by this
OfficeSectionManagedObject.
-
getOfficeSectionManagedObjectSourceType
OfficeSectionManagedObjectSourceType getOfficeSectionManagedObjectSourceType()
Obtains theOfficeSectionManagedObjectSourceTypefor thisOfficeSectionManagedObject.- Returns:
OfficeSectionManagedObjectSourceTypefor thisOfficeSectionManagedObject.
-
-