Annotation Type SectionOutputLink
- 
@Documented public @interface SectionOutputLink- Author:
 - Daniel Sagenschneider
 
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringlinkObtains the name of theSectionFlowSinkNodeto link theSectionOutputLink.java.lang.StringnameObtains the name of theManagedObjectFlow. 
 - 
 
- 
- 
Element Detail
- 
name
java.lang.String name
Obtains the name of theManagedObjectFlow.- Returns:
 - Name of the 
ManagedObjectFlow. 
 
 - 
 
- 
- 
link
java.lang.String link
Obtains the name of theSectionFlowSinkNodeto link theSectionOutputLink.- Returns:
 - Name of the 
SectionFlowSinkNodeto link theSectionOutputLink. 
 
 - 
 
 -