Class ClassFlowMethodMetaData
java.lang.Object
net.officefloor.plugin.clazz.flow.ClassFlowMethodMetaData
Meta-data of a
Method on a FlowInterface.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionClassFlowMethodMetaData(Method method, int flowIndex, boolean isParameter, boolean isFlowCallback) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionintObtains theMethod.booleanFlags ifFlowCallback.booleanIndicates if parameter for theFlow.
-
Constructor Details
-
ClassFlowMethodMetaData
public ClassFlowMethodMetaData(Method method, int flowIndex, boolean isParameter, boolean isFlowCallback) Initiate.- Parameters:
method-Method.flowIndex- Index of theFlowto invoke for thisMethod.isParameter- Flag indicating if parameter for theFlow.isFlowCallback-trueif last parameter isFlowCallback.
-
-
Method Details
-
getMethod
Obtains theMethod.- Returns:
Method.
-
getFlowIndex
public int getFlowIndex() -
isParameter
public boolean isParameter()Indicates if parameter for theFlow.- Returns:
trueif parameter for theFlow.
-
isFlowCallback
public boolean isFlowCallback()Flags ifFlowCallback.- Returns:
trueifFlowCallback.
-