Uses of Interface
net.officefloor.compile.internal.structure.BoundManagedObjectNode
-
Packages that use BoundManagedObjectNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of BoundManagedObjectNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement BoundManagedObjectNode Modifier and Type Class Description class
InputManagedObjectNodeImpl
InputManagedObjectNode
implementation.class
ManagedObjectNodeImpl
ManagedObjectNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type BoundManagedObjectNode Modifier and Type Method Description void
OfficeBindingsImpl. buildManagedObjectIntoOffice(BoundManagedObjectNode managedObjectNode)
-
Uses of BoundManagedObjectNode in net.officefloor.compile.internal.structure
Subinterfaces of BoundManagedObjectNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
InputManagedObjectNode
Node representing an instance use of an InputManagedObject
.interface
ManagedObjectNode
Node representing an instance use of aManagedObject
.Methods in net.officefloor.compile.internal.structure with parameters of type BoundManagedObjectNode Modifier and Type Method Description void
OfficeBindings. buildManagedObjectIntoOffice(BoundManagedObjectNode managedObjectNode)
Builds theBoundManagedObjectNode
into theOffice
.
-