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 SupplierNode
getSupplierNode()
Obtains theSupplierNode
containing thisSuppliedManagedObjectSource
.void
initialise()
Initialises theSuppliedManagedObjectSourceNode
.SuppliedManagedObjectSourceType
loadSuppliedManagedObjectSourceType(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
Node
type.- 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 benull
if issue in loading theSuppliedManagedObjectSourceType
.
-
getSupplierNode
SupplierNode getSupplierNode()
Obtains theSupplierNode
containing thisSuppliedManagedObjectSource
.- Returns:
- Parent
SupplierNode
.
-
-