Interface OfficeInputNode
- All Superinterfaces:
LinkFlowNode,Node,OfficeFlowSourceNode,OfficeInput
- All Known Implementing Classes:
OfficeInputNodeImpl
OfficeInput node.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialise(String parameterType) Initialises theOfficeInputNode.loadOfficeInputType(CompileContext compileContext) Obtains theOfficeInputType.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.OfficeInput
getOfficeInputName
-
Field Details
-
TYPE
Nodetype.- See Also:
-
-
Method Details
-
initialise
Initialises theOfficeInputNode.- Parameters:
parameterType- Parameter type ofOfficeInput.
-
loadOfficeInputType
Obtains theOfficeInputType.- Parameters:
compileContext-CompileContext.- Returns:
OfficeInputTypeornullif can not determine.
-