Uses of Class
org.apache.falcon.oozie.workflow.SWITCH

Packages that use SWITCH
org.apache.falcon.oozie.workflow   
 

Uses of SWITCH in org.apache.falcon.oozie.workflow
 

Fields in org.apache.falcon.oozie.workflow declared as SWITCH
protected  SWITCH DECISION._switch
           
 

Methods in org.apache.falcon.oozie.workflow that return SWITCH
 SWITCH ObjectFactory.createSWITCH()
          Create an instance of SWITCH
 SWITCH DECISION.getSwitch()
          Gets the value of the switch property.
 

Methods in org.apache.falcon.oozie.workflow that return types with arguments of type SWITCH
 JAXBElement<SWITCH> ObjectFactory.createSwitch(SWITCH value)
          Create an instance of JAXBElement<SWITCH>}
 

Methods in org.apache.falcon.oozie.workflow with parameters of type SWITCH
 JAXBElement<SWITCH> ObjectFactory.createSwitch(SWITCH value)
          Create an instance of JAXBElement<SWITCH>}
 void DECISION.setSwitch(SWITCH value)
          Sets the value of the switch property.
 



Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.