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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return AttributeExtensionType
 AttributeExtensionType FacesConfigFactory.createAttributeExtensionType()
          Returns a new object of class 'Attribute Extension Type'
 AttributeExtensionType DocumentRoot.getAttributeExtension()
          Returns the value of the 'Attribute Extension' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type AttributeExtensionType
 void DocumentRoot.setAttributeExtension(AttributeExtensionType value)
          Sets the value of the 'Attribute Extension' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement AttributeExtensionType
 class AttributeExtensionTypeImpl
          An implementation of the model object 'Attribute Extension Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return AttributeExtensionType
 AttributeExtensionType FacesConfigFactoryImpl.createAttributeExtensionType()
           
 AttributeExtensionType DocumentRootImpl.getAttributeExtension()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type AttributeExtensionType
 NotificationChain DocumentRootImpl.basicSetAttributeExtension(AttributeExtensionType newAttributeExtension, NotificationChain msgs)
           
 void DocumentRootImpl.setAttributeExtension(AttributeExtensionType newAttributeExtension)
           
 

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

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