org.apache.camel.model.config
Class PropertiesDefinition

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

public class PropertiesDefinition
extends Object

Represents the XML type for <properties>.


Constructor Summary
PropertiesDefinition()
           
 
Method Summary
 Map<String,String> asMap()
           
 List<PropertyDefinition> getProperties()
           
 void setProperties(List<PropertyDefinition> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesDefinition

public PropertiesDefinition()
Method Detail

setProperties

public void setProperties(List<PropertyDefinition> properties)

getProperties

public List<PropertyDefinition> getProperties()

asMap

public Map<String,String> asMap()
Returns:
A Map of the contained DataFormatType's indexed by id.


Apache CAMEL