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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return SystemEventClassType
 SystemEventClassType FacesConfigFactory.createSystemEventClassType()
          Returns a new object of class 'System Event Class Type'
 SystemEventClassType SystemEventListenerType.getSystemEventClass()
          Returns the value of the 'System Event Class' containment reference
 SystemEventClassType DocumentRoot.getSystemEventClass()
          Returns the value of the 'System Event Class' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type SystemEventClassType
 void SystemEventListenerType.setSystemEventClass(SystemEventClassType value)
          Sets the value of the 'System Event Class' containment reference
 void DocumentRoot.setSystemEventClass(SystemEventClassType value)
          Sets the value of the 'System Event Class' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement SystemEventClassType
 class SystemEventClassTypeImpl
          An implementation of the model object 'System Event Class Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return SystemEventClassType
 SystemEventClassType FacesConfigFactoryImpl.createSystemEventClassType()
           
 SystemEventClassType SystemEventListenerTypeImpl.getSystemEventClass()
           
 SystemEventClassType DocumentRootImpl.getSystemEventClass()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type SystemEventClassType
 NotificationChain SystemEventListenerTypeImpl.basicSetSystemEventClass(SystemEventClassType newSystemEventClass, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetSystemEventClass(SystemEventClassType newSystemEventClass, NotificationChain msgs)
           
 void SystemEventListenerTypeImpl.setSystemEventClass(SystemEventClassType newSystemEventClass)
           
 void DocumentRootImpl.setSystemEventClass(SystemEventClassType newSystemEventClass)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type SystemEventClassType
 java.lang.Object FacesConfigSwitch.caseSystemEventClassType(SystemEventClassType object)
          Returns the result of interpreting the object as an instance of 'System Event Class Type'