Interface OfficeOutputNode
-
- All Superinterfaces:
LinkFlowNode
,Node
,OfficeFlowSinkNode
,OfficeOutput
- All Known Implementing Classes:
OfficeOutputNodeImpl
public interface OfficeOutputNode extends LinkFlowNode, OfficeOutput
OfficeOutput
node.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialise(java.lang.String argumentType)
Initialises theOfficeOutputNode
.OfficeOutputType
loadOfficeOutputType(CompileContext compileContext)
Loads theOfficeOutputType
.-
Methods inherited from interface net.officefloor.compile.internal.structure.LinkFlowNode
getLinkedFlowNode, linkFlowNode
-
Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Methods inherited from interface net.officefloor.compile.spi.office.OfficeOutput
getOfficeOutputName
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
Node
type.- See Also:
- Constant Field Values
-
-
Method Detail
-
initialise
void initialise(java.lang.String argumentType)
Initialises theOfficeOutputNode
.- Parameters:
argumentType
- Argument type from thisOfficeOutput
.
-
loadOfficeOutputType
OfficeOutputType loadOfficeOutputType(CompileContext compileContext)
Loads theOfficeOutputType
.- Parameters:
compileContext
-CompileContext
.- Returns:
OfficeOutputType
ornull
if can not determine.
-
-