Interface SectionInput
- All Superinterfaces:
SectionFlowSourceNode
- All Known Subinterfaces:
SectionInputNode
- All Known Implementing Classes:
SectionInputNodeImpl
Input to an
SectionNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(Object annotation) Adds the annotation for thisSectionInput.Obtains the name of thisSectionInput.
-
Method Details
-
getSectionInputName
String getSectionInputName()Obtains the name of thisSectionInput.- Returns:
- Name of this
SectionInput.
-
addAnnotation
Adds the annotation for this
SectionInput.This is exposed as is on the
SectionInputTypeinterface for thisSectionInput.- Parameters:
annotation- Annotation.
-