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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return KeyType
 KeyType FacesConfigFactory.createKeyType()
          Returns a new object of class 'Key Type'
 KeyType MapEntryType.getKey()
          Returns the value of the 'Key' containment reference
 KeyType DocumentRoot.getKey()
          Returns the value of the 'Key' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type KeyType
 void MapEntryType.setKey(KeyType value)
          Sets the value of the 'Key' containment reference
 void DocumentRoot.setKey(KeyType value)
          Sets the value of the 'Key' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement KeyType
 class KeyTypeImpl
          An implementation of the model object 'Key Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return KeyType
 KeyType FacesConfigFactoryImpl.createKeyType()
           
 KeyType MapEntryTypeImpl.getKey()
           
 KeyType DocumentRootImpl.getKey()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type KeyType
 NotificationChain MapEntryTypeImpl.basicSetKey(KeyType newKey, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetKey(KeyType newKey, NotificationChain msgs)
           
 void MapEntryTypeImpl.setKey(KeyType newKey)
           
 void DocumentRootImpl.setKey(KeyType newKey)
           
 

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

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