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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return FromViewIdType
 FromViewIdType FacesConfigFactory.createFromViewIdType()
          Returns a new object of class 'From View Id Type'
 FromViewIdType NavigationRuleType.getFromViewId()
          Returns the value of the 'From View Id' containment reference
 FromViewIdType DocumentRoot.getFromViewId()
          Returns the value of the 'From View Id' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type FromViewIdType
 void NavigationRuleType.setFromViewId(FromViewIdType value)
          Sets the value of the 'From View Id' containment reference
 void DocumentRoot.setFromViewId(FromViewIdType value)
          Sets the value of the 'From View Id' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement FromViewIdType
 class FromViewIdTypeImpl
          An implementation of the model object 'From View Id Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return FromViewIdType
 FromViewIdType FacesConfigFactoryImpl.createFromViewIdType()
           
 FromViewIdType NavigationRuleTypeImpl.getFromViewId()
           
 FromViewIdType DocumentRootImpl.getFromViewId()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type FromViewIdType
 NotificationChain NavigationRuleTypeImpl.basicSetFromViewId(FromViewIdType newFromViewId, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetFromViewId(FromViewIdType newFromViewId, NotificationChain msgs)
           
 void NavigationRuleTypeImpl.setFromViewId(FromViewIdType newFromViewId)
           
 void DocumentRootImpl.setFromViewId(FromViewIdType newFromViewId)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type FromViewIdType
 java.lang.Object FacesConfigSwitch.caseFromViewIdType(FromViewIdType object)
          Returns the result of interpretting the object as an instance of 'From View Id Type'