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 classOfficeSectionObjectTypeImplOfficeSectionObjectTypeImplimplementation.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 OfficeSectionObjectTypeSectionObjectNodeImpl. 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 OfficeSectionObjectTypeSectionObjectNode. 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 theOfficeSectionObjectTypeinstances required by thisOfficeSection.
-