org.apache.camel.model.config
Class PropertyDefinition

java.lang.Object
  extended by org.apache.camel.model.config.PropertyDefinition

public class PropertyDefinition
extends Object

Represents the XML type for <property>.


Constructor Summary
PropertyDefinition()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDefinition

public PropertyDefinition()
Method Detail

setKey

public void setKey(String key)

getKey

public String getKey()

setValue

public void setValue(String value)

getValue

public String getValue()


Apache Camel