Uses of Interface
net.officefloor.compile.section.OfficeSectionManagedObjectTeamType
-
-
Uses of OfficeSectionManagedObjectTeamType in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section that return OfficeSectionManagedObjectTeamType Modifier and Type Method Description OfficeSectionManagedObjectTeamType[]
OfficeSectionManagedObjectSourceTypeImpl. getOfficeSectionManagedObjectTeamTypes()
Constructors in net.officefloor.compile.impl.section with parameters of type OfficeSectionManagedObjectTeamType Constructor Description OfficeSectionManagedObjectSourceTypeImpl(java.lang.String managedObjectSourceName, OfficeSectionManagedObjectTeamType[] teamTypes)
Instantiate. -
Uses of OfficeSectionManagedObjectTeamType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeSectionManagedObjectTeamType Modifier and Type Method Description OfficeSectionManagedObjectTeamType
ManagedObjectTeamNodeImpl. loadOfficeSectionManagedObjectTeamType(CompileContext compileContext)
-
Uses of OfficeSectionManagedObjectTeamType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeSectionManagedObjectTeamType Modifier and Type Method Description OfficeSectionManagedObjectTeamType
ManagedObjectTeamNode. loadOfficeSectionManagedObjectTeamType(CompileContext compileContext)
Loads theOfficeSectionManagedObjectTeamType
. -
Uses of OfficeSectionManagedObjectTeamType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return OfficeSectionManagedObjectTeamType Modifier and Type Method Description OfficeSectionManagedObjectTeamType[]
OfficeSectionManagedObjectSourceType. getOfficeSectionManagedObjectTeamTypes()
Obtains theOfficeSectionManagedObjectTeamType
instances required by thisOffice
SectionManagedObjectSource
.
-