org.apache.camel.model
Class Description

java.lang.Object
  extended by org.apache.camel.model.Description

public class Description
extends Object

Represents a description element which can be used on any element in the EIP route

Version:
$Revision: 662301 $

Constructor Summary
Description()
           
 
Method Summary
 String getLang()
           
 String getText()
           
 void setLang(String lang)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Description

public Description()
Method Detail

getLang

public String getLang()

setLang

public void setLang(String lang)

getText

public String getText()

setText

public void setText(String text)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.