Uses of Interface
net.officefloor.compile.spi.office.OfficeSectionManagedObject
-
Packages that use OfficeSectionManagedObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of OfficeSectionManagedObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeSectionManagedObject Modifier and Type Class Description class
ManagedObjectNodeImpl
ManagedObjectNode
implementation.Methods in net.officefloor.compile.impl.structure that return OfficeSectionManagedObject Modifier and Type Method Description OfficeSectionManagedObject
ManagedObjectSourceNodeImpl. getOfficeSectionManagedObject(java.lang.String managedObjectName)
OfficeSectionManagedObject
SectionNodeImpl. getOfficeSectionManagedObject(java.lang.String managedObjectName)
-
Uses of OfficeSectionManagedObject in net.officefloor.compile.internal.structure
Subinterfaces of OfficeSectionManagedObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedObjectNode
Node representing an instance use of aManagedObject
. -
Uses of OfficeSectionManagedObject in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeSectionManagedObject Modifier and Type Method Description OfficeSectionManagedObject
OfficeSectionManagedObjectSource. getOfficeSectionManagedObject(java.lang.String managedObjectName)
Obtains theOfficeSectionManagedObject
use of thisManagedObjectSource
.OfficeSectionManagedObject
OfficeSubSection. getOfficeSectionManagedObject(java.lang.String managedObjectName)
Obtains theOfficeSectionManagedObject
particular to thisOfficeSubSection
.
-