Uses of Interface
com.hammurapi.config.MapEntry

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

Uses of MapEntry in com.hammurapi.config
 

Methods in com.hammurapi.config that return MapEntry
 MapEntry ConfigFactory.createMapEntry()
          Returns a new object of class 'Map Entry'.
 

Methods in com.hammurapi.config that return types with arguments of type MapEntry
 org.eclipse.emf.common.util.EList<MapEntry> Map.getEntry()
          Returns the value of the 'Entry' containment reference list.
 

Uses of MapEntry in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement MapEntry
 class MapEntryImpl
          An implementation of the model object 'Map Entry'.
 

Fields in com.hammurapi.config.impl with type parameters of type MapEntry
protected  org.eclipse.emf.common.util.EList<MapEntry> MapImpl.entry
          The cached value of the 'Entry' containment reference list.
protected  org.eclipse.emf.common.util.EList<MapEntry> NamedMapImpl.entry
          The cached value of the 'Entry' containment reference list.
 

Methods in com.hammurapi.config.impl that return MapEntry
 MapEntry ConfigFactoryImpl.createMapEntry()
           
 

Methods in com.hammurapi.config.impl that return types with arguments of type MapEntry
 org.eclipse.emf.common.util.EList<MapEntry> MapImpl.getEntry()
           
 org.eclipse.emf.common.util.EList<MapEntry> NamedMapImpl.getEntry()
           
 

Uses of MapEntry in com.hammurapi.config.util
 

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