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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return NameType
 NameType FacesConfigFactory.createNameType()
          Returns a new object of class 'Name Type'
 NameType RedirectViewParamType.getName()
          Returns the value of the 'Name' containment reference
 NameType FacesConfigType.getName()
          Returns the value of the 'Name' containment reference
 NameType DocumentRoot.getName()
          Returns the value of the 'Name' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type NameType
 void RedirectViewParamType.setName(NameType value)
          Sets the value of the 'Name' containment reference
 void FacesConfigType.setName(NameType value)
          Sets the value of the 'Name' containment reference
 void DocumentRoot.setName(NameType value)
          Sets the value of the 'Name' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement NameType
 class NameTypeImpl
          An implementation of the model object 'Name Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return NameType
 NameType FacesConfigFactoryImpl.createNameType()
           
 NameType RedirectViewParamTypeImpl.getName()
           
 NameType FacesConfigTypeImpl.getName()
           
 NameType DocumentRootImpl.getName()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type NameType
 NotificationChain RedirectViewParamTypeImpl.basicSetName(NameType newName, NotificationChain msgs)
           
 NotificationChain FacesConfigTypeImpl.basicSetName(NameType newName, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetName(NameType newName, NotificationChain msgs)
           
 void RedirectViewParamTypeImpl.setName(NameType newName)
           
 void FacesConfigTypeImpl.setName(NameType newName)
           
 void DocumentRootImpl.setName(NameType newName)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type NameType
 java.lang.Object FacesConfigSwitch.caseNameType(NameType object)
          Returns the result of interpreting the object as an instance of 'Name Type'