org.mule.config.spring.parsers.assembly.configuration
Class SimplePropertyConfiguration.NamedValueMap

java.lang.Object
  extended by org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.NamedValueMap
Enclosing class:
SimplePropertyConfiguration

public static class SimplePropertyConfiguration.NamedValueMap
extends Object


Constructor Summary
SimplePropertyConfiguration.NamedValueMap(String propertyName, Map<String,Object> valueMap)
           
SimplePropertyConfiguration.NamedValueMap(String propertyName, String mappingsString)
           
SimplePropertyConfiguration.NamedValueMap(String propertyName, ValueMap valueMap)
           
 
Method Summary
 String getPropertyName()
           
 Object getValue(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePropertyConfiguration.NamedValueMap

public SimplePropertyConfiguration.NamedValueMap(String propertyName,
                                                 String mappingsString)

SimplePropertyConfiguration.NamedValueMap

public SimplePropertyConfiguration.NamedValueMap(String propertyName,
                                                 Map<String,Object> valueMap)

SimplePropertyConfiguration.NamedValueMap

public SimplePropertyConfiguration.NamedValueMap(String propertyName,
                                                 ValueMap valueMap)
Method Detail

getPropertyName

public String getPropertyName()

getValue

public Object getValue(String key)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.