org.apache.camel.model
Class DescriptionDefinition

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

public class DescriptionDefinition
extends Object

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

Version:

Constructor Summary
DescriptionDefinition()
           
 
Method Summary
 String getLang()
           
 Double getLayoutHeight()
           
 Double getLayoutWidth()
           
 Double getLayoutX()
           
 Double getLayoutY()
           
 String getText()
           
 void setLang(String lang)
           
 void setLayoutHeight(Double layoutHeight)
           
 void setLayoutWidth(Double layoutWidth)
           
 void setLayoutX(Double layoutX)
           
 void setLayoutY(Double layoutY)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionDefinition

public DescriptionDefinition()
Method Detail

getLang

public String getLang()

setLang

public void setLang(String lang)

getText

public String getText()

setText

public void setText(String text)

getLayoutHeight

public Double getLayoutHeight()

setLayoutHeight

public void setLayoutHeight(Double layoutHeight)

getLayoutWidth

public Double getLayoutWidth()

setLayoutWidth

public void setLayoutWidth(Double layoutWidth)

getLayoutX

public Double getLayoutX()

setLayoutX

public void setLayoutX(Double layoutX)

getLayoutY

public Double getLayoutY()

setLayoutY

public void setLayoutY(Double layoutY)


Apache CAMEL