Class FlowLinkAnnotation
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.FlowLinkAnnotation
-
public class FlowLinkAnnotation extends java.lang.Object
FlowLink
annotation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description FlowLinkAnnotation(java.lang.String name, java.lang.String method)
Instantiate.FlowLinkAnnotation(FlowLink flowLink)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMethod()
Obtains the name of the method to link theFlowLink
.java.lang.String
getName()
Obtains the name of theManagedObjectFlow
.
-
-
-
Constructor Detail
-
FlowLinkAnnotation
public FlowLinkAnnotation(java.lang.String name, java.lang.String method)
Instantiate.- Parameters:
name
- Name of theManagedObjectFlow
.method
- Name of the method to link theFlowLink
.
-
-
Method Detail
-
getName
public java.lang.String getName()
Obtains the name of theManagedObjectFlow
.- Returns:
- Name of the
ManagedObjectFlow
.
-
-