Uses of Interface
net.officefloor.compile.section.OfficeSubSectionType
-
-
Uses of OfficeSubSectionType in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return OfficeSubSectionType Modifier and Type Method Description OfficeSubSectionType
OfficeFunctionTypeImpl. getOfficeSubSectionType()
Constructors in net.officefloor.compile.impl.office with parameters of type OfficeSubSectionType Constructor Description OfficeFunctionTypeImpl(java.lang.String functionName, OfficeSubSectionType subSectionType, ObjectDependencyType[] dependencies)
Instantiate. -
Uses of OfficeSubSectionType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement OfficeSubSectionType Modifier and Type Class Description class
OfficeSectionTypeImpl
OfficeSectionType
implementation.Methods in net.officefloor.compile.impl.section that return OfficeSubSectionType Modifier and Type Method Description OfficeSubSectionType[]
OfficeSectionTypeImpl. getOfficeSubSectionTypes()
OfficeSubSectionType
OfficeSectionTypeImpl. getParentOfficeSubSectionType()
Methods in net.officefloor.compile.impl.section with parameters of type OfficeSubSectionType Modifier and Type Method Description void
OfficeSectionTypeImpl. initialiseAsOfficeSubSectionType(OfficeSubSectionType parent, OfficeSubSectionType[] subSections, OfficeFunctionType[] functions, OfficeSectionManagedObjectType[] managedObjects)
Initialises theOfficeSubSectionType
state. -
Uses of OfficeSubSectionType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type OfficeSubSectionType Modifier and Type Method Description OfficeFunctionType
ManagedFunctionNodeImpl. loadOfficeFunctionType(OfficeSubSectionType parentSubSectionType, CompileContext compileContext)
OfficeSectionType
SectionNodeImpl. loadOfficeSubSectionType(OfficeSubSectionType parentSectionType, CompileContext compileContext)
-
Uses of OfficeSubSectionType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeSubSectionType Modifier and Type Method Description OfficeSubSectionType
SectionNode. loadOfficeSubSectionType(OfficeSubSectionType parentSectionType, CompileContext compileContext)
Loads theOfficeSubSectionType
.Methods in net.officefloor.compile.internal.structure with parameters of type OfficeSubSectionType Modifier and Type Method Description OfficeFunctionType
ManagedFunctionNode. loadOfficeFunctionType(OfficeSubSectionType parentSubSectionType, CompileContext compileContext)
Loads theOfficeFunctionType
.OfficeSubSectionType
SectionNode. loadOfficeSubSectionType(OfficeSubSectionType parentSectionType, CompileContext compileContext)
Loads theOfficeSubSectionType
. -
Uses of OfficeSubSectionType in net.officefloor.compile.section
Subinterfaces of OfficeSubSectionType in net.officefloor.compile.section Modifier and Type Interface Description interface
OfficeSectionType
Type definition
of a section of theOfficeSection
.Methods in net.officefloor.compile.section that return OfficeSubSectionType Modifier and Type Method Description OfficeSubSectionType
OfficeFunctionType. getOfficeSubSectionType()
Obtains theOfficeSubSectionType
directly containing thisOfficeFunctionType
.OfficeSubSectionType[]
OfficeSubSectionType. getOfficeSubSectionTypes()
Obtains theOfficeSubSectionType
instances of thisOfficeSectionType
.OfficeSubSectionType
OfficeSubSectionType. getParentOfficeSubSectionType()
Obtains the parentOfficeSubSectionType
.
-