Package org.wso2.carbon.viewflows
Class PhaseOrderData
- java.lang.Object
-
- org.wso2.carbon.viewflows.PhaseOrderData
-
public class PhaseOrderData extends Object
holds the information about a pirticular flow there can be four flows in axis inflow, outflow, INfaultflow, Outfaultflow
-
-
Constructor Summary
Constructors Constructor Description PhaseOrderData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhaseData[]
getPhases()
String
getType()
void
setPhases(PhaseData[] phases)
void
setType(String type)
-