Uses of Interface
com.hammurapi.config.NamedMap

Packages that use NamedMap
com.hammurapi.config   
com.hammurapi.config.impl   
com.hammurapi.config.util   
 

Uses of NamedMap in com.hammurapi.config
 

Methods in com.hammurapi.config that return NamedMap
 NamedMap ConfigFactory.createNamedMap()
          Returns a new object of class 'Named Map'.
 

Uses of NamedMap in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement NamedMap
 class NamedMapImpl
          An implementation of the model object 'Named Map'.
 

Methods in com.hammurapi.config.impl that return NamedMap
 NamedMap ConfigFactoryImpl.createNamedMap()
           
 

Uses of NamedMap in com.hammurapi.config.util
 

Methods in com.hammurapi.config.util with parameters of type NamedMap
 T ConfigSwitch.caseNamedMap(NamedMap object)
          Returns the result of interpreting the object as an instance of 'Named Map'.