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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return FactoryType
 FactoryType FacesConfigFactory.createFactoryType()
          Returns a new object of class 'Factory Type'
 FactoryType DocumentRoot.getFactory()
          Returns the value of the 'Factory' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type FactoryType
 void DocumentRoot.setFactory(FactoryType value)
          Sets the value of the 'Factory' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement FactoryType
 class FactoryTypeImpl
          An implementation of the model object 'Factory Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return FactoryType
 FactoryType FacesConfigFactoryImpl.createFactoryType()
           
 FactoryType DocumentRootImpl.getFactory()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type FactoryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFactory(FactoryType newFactory, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFactory(FactoryType newFactory)
           
 

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

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