Uses of Interface
net.officefloor.compile.section.OfficeSectionObjectType
-
-
Uses of OfficeSectionObjectType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement OfficeSectionObjectType Modifier and Type Class Description class
OfficeSectionObjectTypeImpl
OfficeSectionObjectTypeImpl
implementation.Methods in net.officefloor.compile.impl.section that return OfficeSectionObjectType Modifier and Type Method Description OfficeSectionObjectType[]
OfficeSectionTypeImpl. getOfficeSectionObjectTypes()
Constructors in net.officefloor.compile.impl.section with parameters of type OfficeSectionObjectType Constructor Description OfficeSectionTypeImpl(java.lang.String name, OfficeSectionInputType[] inputs, OfficeSectionOutputType[] outputs, OfficeSectionObjectType[] objects)
Instantiate. -
Uses of OfficeSectionObjectType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeSectionObjectType Modifier and Type Method Description OfficeSectionObjectType
SectionObjectNodeImpl. loadOfficeSectionObjectType(CompileContext compileContext)
-
Uses of OfficeSectionObjectType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeSectionObjectType Modifier and Type Method Description OfficeSectionObjectType
SectionObjectNode. loadOfficeSectionObjectType(CompileContext compileContext)
Loads theOfficeSectionObjectType
. -
Uses of OfficeSectionObjectType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return OfficeSectionObjectType Modifier and Type Method Description OfficeSectionObjectType[]
OfficeSectionType. getOfficeSectionObjectTypes()
Obtains theOfficeSectionObjectType
instances required by thisOfficeSection
.
-