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

Packages that use ManagedBeanNameType
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 (deprecated). 
org.eclipse.jst.jsf.facesconfig.emf.util EMF generated utility classes for JSF application configuration files (deprecated). 
 

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

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

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

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ManagedBeanNameType
 ManagedBeanNameType FacesConfigFactoryImpl.createManagedBeanNameType()
           
 ManagedBeanNameType ManagedBeanTypeImpl.getManagedBeanName()
           
 ManagedBeanNameType DocumentRootImpl.getManagedBeanName()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ManagedBeanNameType
 NotificationChain ManagedBeanTypeImpl.basicSetManagedBeanName(ManagedBeanNameType newManagedBeanName, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetManagedBeanName(ManagedBeanNameType newManagedBeanName, NotificationChain msgs)
           
 void ManagedBeanTypeImpl.setManagedBeanName(ManagedBeanNameType newManagedBeanName)
           
 void DocumentRootImpl.setManagedBeanName(ManagedBeanNameType newManagedBeanName)
           
 

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

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