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

Packages that use PropertyClassType
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. 
org.eclipse.jst.jsf.facesconfig.emf.util EMF generated util classes for JSF application configuration files. 
 

Uses of PropertyClassType in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return PropertyClassType
 PropertyClassType FacesConfigFactory.createPropertyClassType()
          Returns a new object of class 'Property Class Type'
 PropertyClassType PropertyType.getPropertyClass()
          Returns the value of the 'Property Class' containment reference
 PropertyClassType ManagedPropertyType.getPropertyClass()
          Returns the value of the 'Property Class' containment reference
 PropertyClassType DocumentRoot.getPropertyClass()
          Returns the value of the 'Property Class' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type PropertyClassType
 void PropertyType.setPropertyClass(PropertyClassType value)
          Sets the value of the 'Property Class' containment reference
 void ManagedPropertyType.setPropertyClass(PropertyClassType value)
          Sets the value of the 'Property Class' containment reference
 void DocumentRoot.setPropertyClass(PropertyClassType value)
          Sets the value of the 'Property Class' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement PropertyClassType
 class PropertyClassTypeImpl
          An implementation of the model object 'Property Class Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return PropertyClassType
 PropertyClassType FacesConfigFactoryImpl.createPropertyClassType()
           
 PropertyClassType PropertyTypeImpl.getPropertyClass()
           
 PropertyClassType ManagedPropertyTypeImpl.getPropertyClass()
           
 PropertyClassType DocumentRootImpl.getPropertyClass()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type PropertyClassType
 org.eclipse.emf.common.notify.NotificationChain PropertyTypeImpl.basicSetPropertyClass(PropertyClassType newPropertyClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ManagedPropertyTypeImpl.basicSetPropertyClass(PropertyClassType newPropertyClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetPropertyClass(PropertyClassType newPropertyClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PropertyTypeImpl.setPropertyClass(PropertyClassType newPropertyClass)
           
 void ManagedPropertyTypeImpl.setPropertyClass(PropertyClassType newPropertyClass)
           
 void DocumentRootImpl.setPropertyClass(PropertyClassType newPropertyClass)
           
 

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

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