Annotation Type SectionOutputLink
-
@Documented public @interface SectionOutputLink
- Author:
- Daniel Sagenschneider
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
link
Obtains the name of theSectionFlowSinkNode
to link theSectionOutputLink
.java.lang.String
name
Obtains 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 theSectionFlowSinkNode
to link theSectionOutputLink
.- Returns:
- Name of the
SectionFlowSinkNode
to link theSectionOutputLink
.
-
-