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.StringgetOfficeSectionManagedObjectSourceName()Obtains the name of thisOfficeSectionManagedObjectSource.OfficeSectionManagedObjectTeamType[]getOfficeSectionManagedObjectTeamTypes()Obtains theOfficeSectionManagedObjectTeamTypeinstances required by thisOfficeSectionManagedObjectSource.
-
-
-
Method Detail
-
getOfficeSectionManagedObjectSourceName
java.lang.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.
-
-