Interface OfficeOutputNode
- All Superinterfaces:
LinkFlowNode,Node,OfficeFlowSinkNode,OfficeOutput
- All Known Implementing Classes:
OfficeOutputNodeImpl
OfficeOutput node.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialise(String argumentType) Initialises theOfficeOutputNode.loadOfficeOutputType(CompileContext compileContext) Loads theOfficeOutputType.Methods inherited from interface net.officefloor.compile.internal.structure.LinkFlowNode
getLinkedFlowNode, linkFlowNodeMethods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialisedMethods inherited from interface net.officefloor.compile.spi.office.OfficeOutput
getOfficeOutputName
-
Field Details
-
TYPE
Nodetype.- See Also:
-
-
Method Details
-
initialise
Initialises theOfficeOutputNode.- Parameters:
argumentType- Argument type from thisOfficeOutput.
-
loadOfficeOutputType
Loads theOfficeOutputType.- Parameters:
compileContext-CompileContext.- Returns:
OfficeOutputTypeornullif can not determine.
-