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 java.lang.Object


Constructor Summary
SimplePropertyConfiguration.NamedValueMap(java.lang.String propertyName, java.util.Map valueMap)
           
SimplePropertyConfiguration.NamedValueMap(java.lang.String propertyName, java.lang.String mappingsString)
           
SimplePropertyConfiguration.NamedValueMap(java.lang.String propertyName, ValueMap valueMap)
           
 
Method Summary
 java.lang.String getPropertyName()
           
 java.lang.Object getValue(java.lang.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(java.lang.String propertyName,
                                                 java.lang.String mappingsString)

SimplePropertyConfiguration.NamedValueMap

public SimplePropertyConfiguration.NamedValueMap(java.lang.String propertyName,
                                                 java.util.Map valueMap)

SimplePropertyConfiguration.NamedValueMap

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

getPropertyName

public java.lang.String getPropertyName()

getValue

public java.lang.Object getValue(java.lang.String key)


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