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

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

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

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

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return LifecycleFactoryType
 LifecycleFactoryType FacesConfigFactoryImpl.createLifecycleFactoryType()
           
 LifecycleFactoryType DocumentRootImpl.getLifecycleFactory()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type LifecycleFactoryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetLifecycleFactory(LifecycleFactoryType newLifecycleFactory, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setLifecycleFactory(LifecycleFactoryType newLifecycleFactory)
           
 

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

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