Package net.officefloor.compile.section
Interface OfficeSectionManagedObjectType
- All Superinterfaces:
DependentObjectType
- All Known Implementing Classes:
OfficeSectionManagedObjectTypeImpl
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of thisOfficeSectionManagedObject.Obtains theOfficeSectionManagedObjectSourceTypefor thisOfficeSectionManagedObject.Class<?>[]Obtains the supported extension interfaces by thisOfficeSectionManagedObject.Methods inherited from interface net.officefloor.compile.object.DependentObjectType
getDependentObjectName, getObjectDependencies, getTypeQualifications
-
Method Details
-
getOfficeSectionManagedObjectName
String getOfficeSectionManagedObjectName()Obtains the name of thisOfficeSectionManagedObject.- Returns:
- Name of this
OfficeSectionManagedObject.
-
getSupportedExtensionInterfaces
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.
-