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

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

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

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

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ManagedBeanClassType
 ManagedBeanClassType FacesConfigFactoryImpl.createManagedBeanClassType()
           
 ManagedBeanClassType ManagedBeanTypeImpl.getManagedBeanClass()
           
 ManagedBeanClassType DocumentRootImpl.getManagedBeanClass()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ManagedBeanClassType
 org.eclipse.emf.common.notify.NotificationChain ManagedBeanTypeImpl.basicSetManagedBeanClass(ManagedBeanClassType newManagedBeanClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetManagedBeanClass(ManagedBeanClassType newManagedBeanClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ManagedBeanTypeImpl.setManagedBeanClass(ManagedBeanClassType newManagedBeanClass)
           
 void DocumentRootImpl.setManagedBeanClass(ManagedBeanClassType newManagedBeanClass)
           
 

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

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