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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ComponentClassType
 ComponentClassType FacesConfigFactory.createComponentClassType()
          Returns a new object of class 'Component Class Type'
 ComponentClassType DocumentRoot.getComponentClass()
          Returns the value of the 'Component Class' containment reference
 ComponentClassType ComponentType.getComponentClass()
          Returns the value of the 'Component Class' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ComponentClassType
 void DocumentRoot.setComponentClass(ComponentClassType value)
          Sets the value of the 'Component Class' containment reference
 void ComponentType.setComponentClass(ComponentClassType value)
          Sets the value of the 'Component Class' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ComponentClassType
 class ComponentClassTypeImpl
          An implementation of the model object 'Component Class Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ComponentClassType
 ComponentClassType FacesConfigFactoryImpl.createComponentClassType()
           
 ComponentClassType DocumentRootImpl.getComponentClass()
           
 ComponentClassType ComponentTypeImpl.getComponentClass()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ComponentClassType
 NotificationChain DocumentRootImpl.basicSetComponentClass(ComponentClassType newComponentClass, NotificationChain msgs)
           
 NotificationChain ComponentTypeImpl.basicSetComponentClass(ComponentClassType newComponentClass, NotificationChain msgs)
           
 void DocumentRootImpl.setComponentClass(ComponentClassType newComponentClass)
           
 void ComponentTypeImpl.setComponentClass(ComponentClassType newComponentClass)
           
 

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

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