org.apache.camel.spring.model
Class ChoiceType

java.lang.Object
  extended by org.apache.camel.spring.model.ProcessorType
      extended by org.apache.camel.spring.model.ChoiceType

public class ChoiceType
extends ProcessorType

Version:
$Revision: 1.1 $

Constructor Summary
ChoiceType()
           
 
Method Summary
 OtherwiseType getOtherwise()
           
 List<WhenType> getWhenClauses()
           
 void setOtherwise(OtherwiseType otherwise)
           
 void setWhenClauses(List<WhenType> whenClauses)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChoiceType

public ChoiceType()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getWhenClauses

public List<WhenType> getWhenClauses()

setWhenClauses

public void setWhenClauses(List<WhenType> whenClauses)

getOtherwise

public OtherwiseType getOtherwise()

setOtherwise

public void setOtherwise(OtherwiseType otherwise)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.