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