org.apache.camel.model.config
Class PropertyType

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

public class PropertyType
extends Object


Constructor Summary
PropertyType()
           
 
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

PropertyType

public PropertyType()
Method Detail

setKey

public void setKey(String key)

getKey

public String getKey()

setValue

public void setValue(String value)

getValue

public String getValue()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.