Uses of Interface
org.eclipse.jst.jsf.facesconfig.emf.MapEntryType

Packages that use MapEntryType
org.eclipse.jst.jsf.facesconfig.emf EMF model for JSF application configuration files. 
org.eclipse.jst.jsf.facesconfig.emf.impl EMF model implementations for JSF application configuration files. 
org.eclipse.jst.jsf.facesconfig.emf.util EMF generated util classes for JSF application configuration files. 
 

Uses of MapEntryType in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return MapEntryType
 MapEntryType FacesConfigFactory.createMapEntryType()
          Returns a new object of class 'Map Entry Type'
 MapEntryType DocumentRoot.getMapEntry()
          Returns the value of the 'Map Entry' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type MapEntryType
 void DocumentRoot.setMapEntry(MapEntryType value)
          Sets the value of the 'Map Entry' containment reference
 

Uses of MapEntryType in org.eclipse.jst.jsf.facesconfig.emf.impl
 

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement MapEntryType
 class MapEntryTypeImpl
          An implementation of the model object 'Map Entry Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return MapEntryType
 MapEntryType FacesConfigFactoryImpl.createMapEntryType()
           
 MapEntryType DocumentRootImpl.getMapEntry()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type MapEntryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetMapEntry(MapEntryType newMapEntry, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setMapEntry(MapEntryType newMapEntry)
           
 

Uses of MapEntryType in org.eclipse.jst.jsf.facesconfig.emf.util
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type MapEntryType
 java.lang.Object FacesConfigSwitch.caseMapEntryType(MapEntryType object)
          Returns the result of interpretting the object as an instance of 'Map Entry Type'