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 OfficeSubSectionTypeOfficeFunctionTypeImpl. 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 classOfficeSectionTypeImplOfficeSectionTypeimplementation.Methods in net.officefloor.compile.impl.section that return OfficeSubSectionType Modifier and Type Method Description OfficeSubSectionType[]OfficeSectionTypeImpl. getOfficeSubSectionTypes()OfficeSubSectionTypeOfficeSectionTypeImpl. getParentOfficeSubSectionType()Methods in net.officefloor.compile.impl.section with parameters of type OfficeSubSectionType Modifier and Type Method Description voidOfficeSectionTypeImpl. initialiseAsOfficeSubSectionType(OfficeSubSectionType parent, OfficeSubSectionType[] subSections, OfficeFunctionType[] functions, OfficeSectionManagedObjectType[] managedObjects)Initialises theOfficeSubSectionTypestate. -
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 OfficeFunctionTypeManagedFunctionNodeImpl. loadOfficeFunctionType(OfficeSubSectionType parentSubSectionType, CompileContext compileContext)OfficeSectionTypeSectionNodeImpl. 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 OfficeSubSectionTypeSectionNode. loadOfficeSubSectionType(OfficeSubSectionType parentSectionType, CompileContext compileContext)Loads theOfficeSubSectionType.Methods in net.officefloor.compile.internal.structure with parameters of type OfficeSubSectionType Modifier and Type Method Description OfficeFunctionTypeManagedFunctionNode. loadOfficeFunctionType(OfficeSubSectionType parentSubSectionType, CompileContext compileContext)Loads theOfficeFunctionType.OfficeSubSectionTypeSectionNode. 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 interfaceOfficeSectionTypeType definitionof a section of theOfficeSection.Methods in net.officefloor.compile.section that return OfficeSubSectionType Modifier and Type Method Description OfficeSubSectionTypeOfficeFunctionType. getOfficeSubSectionType()Obtains theOfficeSubSectionTypedirectly containing thisOfficeFunctionType.OfficeSubSectionType[]OfficeSubSectionType. getOfficeSubSectionTypes()Obtains theOfficeSubSectionTypeinstances of thisOfficeSectionType.OfficeSubSectionTypeOfficeSubSectionType. getParentOfficeSubSectionType()Obtains the parentOfficeSubSectionType.
-