Interface SuppliedManagedObjectSourceNode
- All Superinterfaces:
Node
- All Known Implementing Classes:
SuppliedManagedObjectSourceNodeImpl
Node for the supplied
ManagedObject.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionObtains theSupplierNodecontaining thisSuppliedManagedObjectSource.voidInitialises theSuppliedManagedObjectSourceNode.loadSuppliedManagedObjectSourceType(CompileContext compileContext) Loads theSuppliedManagedObjectSourceType.Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Field Details
-
TYPE
Nodetype.- See Also:
-
-
Method Details
-
initialise
void initialise()Initialises theSuppliedManagedObjectSourceNode. -
loadSuppliedManagedObjectSourceType
Loads theSuppliedManagedObjectSourceType.- Parameters:
compileContext-CompileContext.- Returns:
SuppliedManagedObjectSourceType. May benullif issue in loading theSuppliedManagedObjectSourceType.
-
getSupplierNode
SupplierNode getSupplierNode()Obtains theSupplierNodecontaining thisSuppliedManagedObjectSource.- Returns:
- Parent
SupplierNode.
-