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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ManagedBeanType
 ManagedBeanType FacesConfigFactory.createManagedBeanType()
          Returns a new object of class 'Managed Bean Type'
 ManagedBeanType DocumentRoot.getManagedBean()
          Returns the value of the 'Managed Bean' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ManagedBeanType
 void DocumentRoot.setManagedBean(ManagedBeanType value)
          Sets the value of the 'Managed Bean' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ManagedBeanType
 class ManagedBeanTypeImpl
          An implementation of the model object 'Managed Bean Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ManagedBeanType
 ManagedBeanType FacesConfigFactoryImpl.createManagedBeanType()
           
 ManagedBeanType DocumentRootImpl.getManagedBean()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ManagedBeanType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetManagedBean(ManagedBeanType newManagedBean, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setManagedBean(ManagedBeanType newManagedBean)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type ManagedBeanType
 java.lang.Object FacesConfigSwitch.caseManagedBeanType(ManagedBeanType object)
          Returns the result of interpretting the object as an instance of 'Managed Bean Type'