org.wso2.carbon.viewflows
Class PhaseOrderData

java.lang.Object
  extended by 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
PhaseOrderData()
           
 
Method Summary
 PhaseData[] getPhases()
           
 String getType()
           
 void setPhases(PhaseData[] phases)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseOrderData

public PhaseOrderData()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getPhases

public PhaseData[] getPhases()

setPhases

public void setPhases(PhaseData[] phases)


Copyright © 2015 WSO2. All rights reserved.