Interface ClassSectionSubSectionOutputLink
-
public interface ClassSectionSubSectionOutputLink
Flow
link forSubSectionOutput
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLinkName()
Obtains the link name.java.lang.String
getSubSectionOutputName()
Obtains theSubSectionOutput
name.
-
-
-
Method Detail
-
getSubSectionOutputName
java.lang.String getSubSectionOutputName()
Obtains theSubSectionOutput
name.- Returns:
SubSectionOutput
name.
-
getLinkName
java.lang.String getLinkName()
Obtains the link name.- Returns:
- Link name.
-
-