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

Packages that use ListEntriesType
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 ListEntriesType in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ListEntriesType
 ListEntriesType FacesConfigFactory.createListEntriesType()
          Returns a new object of class 'List Entries Type'
 ListEntriesType ManagedPropertyType.getListEntries()
          Returns the value of the 'List Entries' containment reference
 ListEntriesType ManagedBeanType.getListEntries()
          Returns the value of the 'List Entries' containment reference
 ListEntriesType DocumentRoot.getListEntries()
          Returns the value of the 'List Entries' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ListEntriesType
 void ManagedPropertyType.setListEntries(ListEntriesType value)
          Sets the value of the 'List Entries' containment reference
 void ManagedBeanType.setListEntries(ListEntriesType value)
          Sets the value of the 'List Entries' containment reference
 void DocumentRoot.setListEntries(ListEntriesType value)
          Sets the value of the 'List Entries' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ListEntriesType
 class ListEntriesTypeImpl
          An implementation of the model object 'List Entries Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ListEntriesType
 ListEntriesType FacesConfigFactoryImpl.createListEntriesType()
           
 ListEntriesType ManagedPropertyTypeImpl.getListEntries()
           
 ListEntriesType ManagedBeanTypeImpl.getListEntries()
           
 ListEntriesType DocumentRootImpl.getListEntries()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ListEntriesType
 org.eclipse.emf.common.notify.NotificationChain ManagedPropertyTypeImpl.basicSetListEntries(ListEntriesType newListEntries, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ManagedBeanTypeImpl.basicSetListEntries(ListEntriesType newListEntries, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetListEntries(ListEntriesType newListEntries, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ManagedPropertyTypeImpl.setListEntries(ListEntriesType newListEntries)
           
 void ManagedBeanTypeImpl.setListEntries(ListEntriesType newListEntries)
           
 void DocumentRootImpl.setListEntries(ListEntriesType newListEntries)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type ListEntriesType
 java.lang.Object FacesConfigSwitch.caseListEntriesType(ListEntriesType object)
          Returns the result of interpretting the object as an instance of 'List Entries Type'