org.apache.camel.model
Class Description
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Description
public Description()
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.