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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return PropertyExtensionType
 PropertyExtensionType FacesConfigFactory.createPropertyExtensionType()
          Returns a new object of class 'Property Extension Type'
 PropertyExtensionType DocumentRoot.getPropertyExtension()
          Returns the value of the 'Property Extension' containment reference
 

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

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement PropertyExtensionType
 class PropertyExtensionTypeImpl
          An implementation of the model object 'Property Extension Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return PropertyExtensionType
 PropertyExtensionType FacesConfigFactoryImpl.createPropertyExtensionType()
           
 PropertyExtensionType DocumentRootImpl.getPropertyExtension()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type PropertyExtensionType
 NotificationChain DocumentRootImpl.basicSetPropertyExtension(PropertyExtensionType newPropertyExtension, NotificationChain msgs)
           
 void DocumentRootImpl.setPropertyExtension(PropertyExtensionType newPropertyExtension)
           
 

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

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