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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return DisplayNameType
 DisplayNameType FacesConfigFactory.createDisplayNameType()
          Returns a new object of class 'Display Name Type'
 DisplayNameType DocumentRoot.getDisplayName()
          Returns the value of the 'Display Name' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type DisplayNameType
 void DocumentRoot.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference
 

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return DisplayNameType
 DisplayNameType FacesConfigFactoryImpl.createDisplayNameType()
           
 DisplayNameType DocumentRootImpl.getDisplayName()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type DisplayNameType
 NotificationChain DocumentRootImpl.basicSetDisplayName(DisplayNameType newDisplayName, NotificationChain msgs)
           
 void DocumentRootImpl.setDisplayName(DisplayNameType newDisplayName)
           
 

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

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