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

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

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

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

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ComponentTypeType
 ComponentTypeType FacesConfigFactoryImpl.createComponentTypeType()
           
 ComponentTypeType DocumentRootImpl.getComponentType()
           
 ComponentTypeType ComponentTypeImpl.getComponentType()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ComponentTypeType
 NotificationChain DocumentRootImpl.basicSetComponentType(ComponentTypeType newComponentType, NotificationChain msgs)
           
 NotificationChain ComponentTypeImpl.basicSetComponentType(ComponentTypeType newComponentType, NotificationChain msgs)
           
 void DocumentRootImpl.setComponentType(ComponentTypeType newComponentType)
           
 void ComponentTypeImpl.setComponentType(ComponentTypeType newComponentType)
           
 

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

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