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

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

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

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

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return LifecycleType
 LifecycleType FacesConfigFactoryImpl.createLifecycleType()
           
 LifecycleType DocumentRootImpl.getLifecycle()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type LifecycleType
 NotificationChain DocumentRootImpl.basicSetLifecycle(LifecycleType newLifecycle, NotificationChain msgs)
           
 void DocumentRootImpl.setLifecycle(LifecycleType newLifecycle)
           
 

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

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