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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return NavigationRuleType
 NavigationRuleType FacesConfigFactory.createNavigationRuleType()
          Returns a new object of class 'Navigation Rule Type'
 NavigationRuleType DocumentRoot.getNavigationRule()
          Returns the value of the 'Navigation Rule' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type NavigationRuleType
 void DocumentRoot.setNavigationRule(NavigationRuleType value)
          Sets the value of the 'Navigation Rule' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement NavigationRuleType
 class NavigationRuleTypeImpl
          An implementation of the model object 'Navigation Rule Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return NavigationRuleType
 NavigationRuleType FacesConfigFactoryImpl.createNavigationRuleType()
           
 NavigationRuleType DocumentRootImpl.getNavigationRule()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type NavigationRuleType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNavigationRule(NavigationRuleType newNavigationRule, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setNavigationRule(NavigationRuleType newNavigationRule)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type NavigationRuleType
 java.lang.Object FacesConfigSwitch.caseNavigationRuleType(NavigationRuleType object)
          Returns the result of interpretting the object as an instance of 'Navigation Rule Type'