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 classManagedObjectNodeImplManagedObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure that return OfficeSectionManagedObject Modifier and Type Method Description OfficeSectionManagedObjectManagedObjectSourceNodeImpl. getOfficeSectionManagedObject(java.lang.String managedObjectName)OfficeSectionManagedObjectSectionNodeImpl. 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 interfaceManagedObjectNodeNode 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 OfficeSectionManagedObjectOfficeSectionManagedObjectSource. getOfficeSectionManagedObject(java.lang.String managedObjectName)Obtains theOfficeSectionManagedObjectuse of thisManagedObjectSource.OfficeSectionManagedObjectOfficeSubSection. getOfficeSectionManagedObject(java.lang.String managedObjectName)Obtains theOfficeSectionManagedObjectparticular to thisOfficeSubSection.
-