Package net.officefloor.compile.section
Interface OfficeSectionManagedObjectSourceType
- All Known Implementing Classes:
OfficeSectionManagedObjectSourceTypeImpl
public interface OfficeSectionManagedObjectSourceType
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of thisOfficeSectionManagedObjectSource.Obtains theOfficeSectionManagedObjectTeamTypeinstances required by thisOfficeSectionManagedObjectSource.
-
Method Details
-
getOfficeSectionManagedObjectSourceName
String getOfficeSectionManagedObjectSourceName()Obtains the name of thisOfficeSectionManagedObjectSource.- Returns:
- Name of this
OfficeSectionManagedObjectSource.
-
getOfficeSectionManagedObjectTeamTypes
OfficeSectionManagedObjectTeamType[] getOfficeSectionManagedObjectTeamTypes()Obtains the
OfficeSectionManagedObjectTeamTypeinstances required by thisOfficeSectionManagedObjectSource.Should there be an issue by the underlying
ManagedObjectSourceproviding the listing, an empty array will be returned with an issue reported to theCompilerIssues.- Returns:
OfficeSectionManagedObjectTeamTypeinstances required by thisOfficeSectionManagedObjectSource.
-