org.apache.camel.model.config
Class PropertiesType
java.lang.Object
org.apache.camel.model.config.PropertiesType
public class PropertiesType
- extends Object
Represents the XML type for a collection of DataFormats.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesType
public PropertiesType()
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.