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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return FacetType
 FacetType FacesConfigFactory.createFacetType()
          Returns a new object of class 'Facet Type'
 FacetType DocumentRoot.getFacet()
          Returns the value of the 'Facet' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type FacetType
 void DocumentRoot.setFacet(FacetType value)
          Sets the value of the 'Facet' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement FacetType
 class FacetTypeImpl
          An implementation of the model object 'Facet Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return FacetType
 FacetType FacesConfigFactoryImpl.createFacetType()
           
 FacetType DocumentRootImpl.getFacet()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type FacetType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFacet(FacetType newFacet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFacet(FacetType newFacet)
           
 

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

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