Interface OfficeInputNode
-
- All Superinterfaces:
LinkFlowNode,Node,OfficeFlowSourceNode,OfficeInput
- All Known Implementing Classes:
OfficeInputNodeImpl
public interface OfficeInputNode extends LinkFlowNode, OfficeInput
OfficeInputnode.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialise(java.lang.String parameterType)Initialises theOfficeInputNode.OfficeInputTypeloadOfficeInputType(CompileContext compileContext)Obtains theOfficeInputType.-
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.OfficeInput
getOfficeInputName
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
Nodetype.- See Also:
- Constant Field Values
-
-
Method Detail
-
initialise
void initialise(java.lang.String parameterType)
Initialises theOfficeInputNode.- Parameters:
parameterType- Parameter type ofOfficeInput.
-
loadOfficeInputType
OfficeInputType loadOfficeInputType(CompileContext compileContext)
Obtains theOfficeInputType.- Parameters:
compileContext-CompileContext.- Returns:
OfficeInputTypeornullif can not determine.
-
-