Package net.officefloor.compile.section
Interface OfficeSectionManagedObjectSourceType
-
- All Known Implementing Classes:
OfficeSectionManagedObjectSourceTypeImpl
public interface OfficeSectionManagedObjectSourceType
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOfficeSectionManagedObjectSourceName()
Obtains the name of thisOffice
SectionManagedObjectSource
.OfficeSectionManagedObjectTeamType[]
getOfficeSectionManagedObjectTeamTypes()
Obtains theOfficeSectionManagedObjectTeamType
instances required by thisOffice
SectionManagedObjectSource
.
-
-
-
Method Detail
-
getOfficeSectionManagedObjectSourceName
java.lang.String getOfficeSectionManagedObjectSourceName()
Obtains the name of thisOffice
SectionManagedObjectSource
.- Returns:
- Name of this
Office
SectionManagedObjectSource
.
-
getOfficeSectionManagedObjectTeamTypes
OfficeSectionManagedObjectTeamType[] getOfficeSectionManagedObjectTeamTypes()
Obtains the
OfficeSectionManagedObjectTeamType
instances required by thisOffice
SectionManagedObjectSource
.Should there be an issue by the underlying
ManagedObjectSource
providing the listing, an empty array will be returned with an issue reported to theCompilerIssues
.- Returns:
OfficeSectionManagedObjectTeamType
instances required by thisOffice
SectionManagedObjectSource
.
-
-