|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapEntriesType | |
---|---|
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 MapEntriesType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return MapEntriesType | |
---|---|
MapEntriesType |
FacesConfigFactory.createMapEntriesType()
Returns a new object of class 'Map Entries Type' |
MapEntriesType |
ManagedPropertyType.getMapEntries()
Returns the value of the 'Map Entries' containment reference |
MapEntriesType |
ManagedBeanType.getMapEntries()
Returns the value of the 'Map Entries' containment reference |
MapEntriesType |
DocumentRoot.getMapEntries()
Returns the value of the 'Map Entries' containment reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type MapEntriesType | |
---|---|
void |
ManagedPropertyType.setMapEntries(MapEntriesType value)
Sets the value of the ' Map Entries ' containment reference |
void |
ManagedBeanType.setMapEntries(MapEntriesType value)
Sets the value of the ' Map Entries ' containment reference |
void |
DocumentRoot.setMapEntries(MapEntriesType value)
Sets the value of the ' Map Entries ' containment reference |
Uses of MapEntriesType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement MapEntriesType | |
---|---|
class |
MapEntriesTypeImpl
An implementation of the model object 'Map Entries Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return MapEntriesType | |
---|---|
MapEntriesType |
FacesConfigFactoryImpl.createMapEntriesType()
|
MapEntriesType |
ManagedPropertyTypeImpl.getMapEntries()
|
MapEntriesType |
ManagedBeanTypeImpl.getMapEntries()
|
MapEntriesType |
DocumentRootImpl.getMapEntries()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type MapEntriesType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ManagedPropertyTypeImpl.basicSetMapEntries(MapEntriesType newMapEntries,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
ManagedBeanTypeImpl.basicSetMapEntries(MapEntriesType newMapEntries,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetMapEntries(MapEntriesType newMapEntries,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ManagedPropertyTypeImpl.setMapEntries(MapEntriesType newMapEntries)
|
void |
ManagedBeanTypeImpl.setMapEntries(MapEntriesType newMapEntries)
|
void |
DocumentRootImpl.setMapEntries(MapEntriesType newMapEntries)
|
Uses of MapEntriesType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type MapEntriesType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseMapEntriesType(MapEntriesType object)
Returns the result of interpretting the object as an instance of 'Map Entries Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |