Uses of Interface
net.officefloor.compile.section.OfficeSectionType
Packages that use OfficeSectionType
Package
Description
-
Uses of OfficeSectionType in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return OfficeSectionTypeModifier and TypeMethodDescriptionOfficeSourceContextImpl.loadOfficeSectionType(String sectionName, String sectionSourceClassName, String sectionLocation, PropertyList properties) OfficeSourceContextImpl.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList properties) -
Uses of OfficeSectionType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement OfficeSectionTypeMethods in net.officefloor.compile.impl.section that return OfficeSectionTypeModifier and TypeMethodDescription<S extends SectionSource>
OfficeSectionTypeSectionLoaderImpl.loadOfficeSectionType(String sectionName, Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) SectionLoaderImpl.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList propertyList) -
Uses of OfficeSectionType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeSectionTypeModifier and TypeMethodDescriptionSectionNodeImpl.loadOfficeSectionType(CompileContext compileContext) SectionNodeImpl.loadOfficeSubSectionType(OfficeSubSectionType parentSectionType, CompileContext compileContext) -
Uses of OfficeSectionType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeSectionTypeModifier and TypeMethodDescriptionSectionNode.loadOfficeSectionType(CompileContext compileContext) Loads theOfficeSectionType. -
Uses of OfficeSectionType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return OfficeSectionTypeModifier and TypeMethodDescription<S extends SectionSource>
OfficeSectionTypeSectionLoader.loadOfficeSectionType(String sectionName, Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) Loads and returns theOfficeSectionTypefrom thisSectionSource.SectionLoader.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList propertyList) Loads and returns theOfficeSectionTypefrom thisSectionSource. -
Uses of OfficeSectionType in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source that return OfficeSectionTypeModifier and TypeMethodDescriptionOfficeSourceContext.loadOfficeSectionType(String sectionName, String sectionSourceClassName, String sectionLocation, PropertyList properties) Loads theOfficeSectionType.OfficeSourceContext.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList properties) Loads theOfficeSectionType. -
Uses of OfficeSectionType in net.officefloor.compile.test.section
Methods in net.officefloor.compile.test.section that return OfficeSectionTypeModifier and TypeMethodDescriptionstatic <S extends SectionSource>
OfficeSectionTypeSectionLoaderUtil.loadOfficeSectionType(String sectionName, Class<S> sectionSourceClass, String sectionLocation, String... propertyNameValuePairs) Convenience method to load theOfficeSectionType. -
Uses of OfficeSectionType in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type OfficeSectionTypeModifier and TypeMethodDescriptionChange<net.officefloor.model.office.OfficeSectionModel>OfficeChangesImpl.addOfficeSection(String sectionSourceClassName, String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType) Change<net.officefloor.model.office.OfficeSectionModel>OfficeChangesImpl.refactorOfficeSection(net.officefloor.model.office.OfficeSectionModel sectionModel, String sectionName, String sectionSourceClassName, String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType, Map<String, String> inputNameMapping, Map<String, String> outputNameMapping, Map<String, String> objectNameMapping)