Interface SuppliedManagedObjectSourceNode
-
- All Superinterfaces:
Node
- All Known Implementing Classes:
SuppliedManagedObjectSourceNodeImpl
public interface SuppliedManagedObjectSourceNode extends Node
Node for the suppliedManagedObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupplierNodegetSupplierNode()Obtains theSupplierNodecontaining thisSuppliedManagedObjectSource.voidinitialise()Initialises theSuppliedManagedObjectSourceNode.SuppliedManagedObjectSourceTypeloadSuppliedManagedObjectSourceType(CompileContext compileContext)Loads theSuppliedManagedObjectSourceType.-
Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
Nodetype.- See Also:
- Constant Field Values
-
-
Method Detail
-
initialise
void initialise()
Initialises theSuppliedManagedObjectSourceNode.
-
loadSuppliedManagedObjectSourceType
SuppliedManagedObjectSourceType loadSuppliedManagedObjectSourceType(CompileContext compileContext)
Loads theSuppliedManagedObjectSourceType.- Parameters:
compileContext-CompileContext.- Returns:
SuppliedManagedObjectSourceType. May benullif issue in loading theSuppliedManagedObjectSourceType.
-
getSupplierNode
SupplierNode getSupplierNode()
Obtains theSupplierNodecontaining thisSuppliedManagedObjectSource.- Returns:
- Parent
SupplierNode.
-
-