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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ManagedPropertyType
 ManagedPropertyType FacesConfigFactory.createManagedPropertyType()
          Returns a new object of class 'Managed Property Type'
 ManagedPropertyType DocumentRoot.getManagedProperty()
          Returns the value of the 'Managed Property' containment reference
 

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

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ManagedPropertyType
 class ManagedPropertyTypeImpl
          An implementation of the model object 'Managed Property Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ManagedPropertyType
 ManagedPropertyType FacesConfigFactoryImpl.createManagedPropertyType()
           
 ManagedPropertyType DocumentRootImpl.getManagedProperty()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ManagedPropertyType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetManagedProperty(ManagedPropertyType newManagedProperty, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setManagedProperty(ManagedPropertyType newManagedProperty)
           
 

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

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