org.apache.falcon.oozie.workflow
Class DECISION

java.lang.Object
  extended by org.apache.falcon.oozie.workflow.DECISION

public class DECISION
extends Object

Java class for DECISION complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DECISION">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="switch" type="{uri:oozie:workflow:0.3}SWITCH"/>
       </sequence>
       <attribute name="name" use="required" type="{uri:oozie:workflow:0.3}IDENTIFIER" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  SWITCH _switch
           
protected  String name
           
 
Constructor Summary
DECISION()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 SWITCH getSwitch()
          Gets the value of the switch property.
 void setName(String value)
          Sets the value of the name property.
 void setSwitch(SWITCH value)
          Sets the value of the switch property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_switch

protected SWITCH _switch

name

protected String name
Constructor Detail

DECISION

public DECISION()
Method Detail

getSwitch

public SWITCH getSwitch()
Gets the value of the switch property.

Returns:
possible object is SWITCH

setSwitch

public void setSwitch(SWITCH value)
Sets the value of the switch property.

Parameters:
value - allowed object is SWITCH

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


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