Uses of Interface
net.officefloor.compile.section.OfficeSectionOutputType
-
-
Uses of OfficeSectionOutputType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement OfficeSectionOutputType Modifier and Type Class Description class
OfficeSectionOutputTypeImpl
OfficeSectionOutputType
implementation.Methods in net.officefloor.compile.impl.section that return OfficeSectionOutputType Modifier and Type Method Description OfficeSectionOutputType[]
OfficeSectionTypeImpl. getOfficeSectionOutputTypes()
Constructors in net.officefloor.compile.impl.section with parameters of type OfficeSectionOutputType Constructor Description OfficeSectionTypeImpl(java.lang.String name, OfficeSectionInputType[] inputs, OfficeSectionOutputType[] outputs, OfficeSectionObjectType[] objects)
Instantiate. -
Uses of OfficeSectionOutputType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeSectionOutputType Modifier and Type Method Description OfficeSectionOutputType
SectionOutputNodeImpl. loadOfficeSectionOutputType(CompileContext compileContext)
-
Uses of OfficeSectionOutputType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeSectionOutputType Modifier and Type Method Description OfficeSectionOutputType
SectionOutputNode. loadOfficeSectionOutputType(CompileContext compileContext)
Loads theOfficeSectionOutputType
. -
Uses of OfficeSectionOutputType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return OfficeSectionOutputType Modifier and Type Method Description OfficeSectionOutputType[]
OfficeSectionType. getOfficeSectionOutputTypes()
Obtains theOfficeSectionOutputType
instances for thisOfficeSection
.
-