Interface LinkStartupBeforeNode
- All Superinterfaces:
Node
LinkStartupBeforeNode that can be linked to another
LinkStartupBeforeNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theLinkStartupBeforeNodeinstances linked to thisLinkStartupBeforeNode.booleanLinks the inputLinkStartupBeforeNodeto thisLinkStartupBeforeNode.Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Method Details
-
linkStartupBeforeNode
Links the inputLinkStartupBeforeNodeto thisLinkStartupBeforeNode.- Parameters:
node-LinkStartupBeforeNodeto link to thisLinkStartupBeforeNode.- Returns:
trueif linked.
-
getLinkedStartupBeforeNodes
LinkStartupBeforeNode[] getLinkedStartupBeforeNodes()Obtains theLinkStartupBeforeNodeinstances linked to thisLinkStartupBeforeNode.- Returns:
LinkStartupBeforeNodeinstances linked to thisLinkStartupBeforeNode.
-