org.apache.camel.model.config
Class PropertiesType

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

public class PropertiesType
extends Object

Represents the XML type for a collection of DataFormats.


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

Constructor Detail

PropertiesType

public PropertiesType()
Method Detail

setProperties

public void setProperties(List<PropertyType> properties)

getProperties

public List<PropertyType> getProperties()

asMap

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


Copyright © 2009 Apache Software Foundation. All Rights Reserved.