net.officefloor.plugin.section.clazz
Annotation Type FlowLink


@Documented
public @interface FlowLink

FlowLink of a ManagedObjectSource.

Author:
Daniel Sagenschneider

Required Element Summary
 String method
          Obtains the name of the method to link the FlowLink.
 String name
          Obtains the name of the ManagedObjectFlow.
 

Element Detail

name

public abstract String name
Obtains the name of the ManagedObjectFlow.

Returns:
Name of the ManagedObjectFlow.

method

public abstract String method
Obtains the name of the method to link the FlowLink.

Returns:
Name of the method to link the FlowLink.


Copyright © 2005-2013. All Rights Reserved.