Interface SubSectionInput
-
- All Superinterfaces:
SectionFlowSinkNode
- All Known Subinterfaces:
SectionInputNode
- All Known Implementing Classes:
SectionInputNodeImpl
public interface SubSectionInput extends SectionFlowSinkNode
Input into aSubSection
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSubSectionInputName()
Obtains the name of thisSubSectionInput
.
-
-
-
Method Detail
-
getSubSectionInputName
java.lang.String getSubSectionInputName()
Obtains the name of thisSubSectionInput
.- Returns:
- Name of this
SubSectionInput
.
-
-