Uses of Interface
net.officefloor.compile.section.OfficeSectionManagedObjectType
-
-
Uses of OfficeSectionManagedObjectType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement OfficeSectionManagedObjectType Modifier and Type Class Description class
OfficeSectionManagedObjectTypeImpl
OfficeSectionManagedObjectType
implementation.Methods in net.officefloor.compile.impl.section that return OfficeSectionManagedObjectType Modifier and Type Method Description OfficeSectionManagedObjectType[]
OfficeSectionTypeImpl. getOfficeSectionManagedObjectTypes()
Methods in net.officefloor.compile.impl.section with parameters of type OfficeSectionManagedObjectType Modifier and Type Method Description void
OfficeSectionTypeImpl. initialiseAsOfficeSubSectionType(OfficeSubSectionType parent, OfficeSubSectionType[] subSections, OfficeFunctionType[] functions, OfficeSectionManagedObjectType[] managedObjects)
Initialises theOfficeSubSectionType
state. -
Uses of OfficeSectionManagedObjectType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeSectionManagedObjectType Modifier and Type Method Description OfficeSectionManagedObjectType
ManagedObjectNodeImpl. loadOfficeSectionManagedObjectType(CompileContext compileContext)
-
Uses of OfficeSectionManagedObjectType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeSectionManagedObjectType Modifier and Type Method Description OfficeSectionManagedObjectType
ManagedObjectNode. loadOfficeSectionManagedObjectType(CompileContext compileContext)
Loads theOfficeSectionManagedObjectType
. -
Uses of OfficeSectionManagedObjectType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return OfficeSectionManagedObjectType Modifier and Type Method Description OfficeSectionManagedObjectType[]
OfficeSubSectionType. getOfficeSectionManagedObjectTypes()
Obtains theOfficeSectionManagedObjectType
instances for this particularOfficeSubSection
.
-