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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return IfType
 IfType FacesConfigFactory.createIfType()
          Returns a new object of class 'If Type'
 IfType NavigationCaseType.getIf()
          Returns the value of the 'If' containment reference
 IfType DocumentRoot.getIf()
          Returns the value of the 'If' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type IfType
 void NavigationCaseType.setIf(IfType value)
          Sets the value of the 'If' containment reference
 void DocumentRoot.setIf(IfType value)
          Sets the value of the 'If' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement IfType
 class IfTypeImpl
          An implementation of the model object 'If Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return IfType
 IfType FacesConfigFactoryImpl.createIfType()
           
 IfType NavigationCaseTypeImpl.getIf()
           
 IfType DocumentRootImpl.getIf()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type IfType
 NotificationChain NavigationCaseTypeImpl.basicSetIf(IfType newIf, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetIf(IfType newIf, NotificationChain msgs)
           
 void NavigationCaseTypeImpl.setIf(IfType newIf)
           
 void DocumentRootImpl.setIf(IfType newIf)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type IfType
 java.lang.Object FacesConfigSwitch.caseIfType(IfType object)
          Returns the result of interpreting the object as an instance of 'If Type'