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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return FromOutcomeType
 FromOutcomeType FacesConfigFactory.createFromOutcomeType()
          Returns a new object of class 'From Outcome Type'
 FromOutcomeType NavigationCaseType.getFromOutcome()
          Returns the value of the 'From Outcome' containment reference
 FromOutcomeType DocumentRoot.getFromOutcome()
          Returns the value of the 'From Outcome' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type FromOutcomeType
 void NavigationCaseType.setFromOutcome(FromOutcomeType value)
          Sets the value of the 'From Outcome' containment reference
 void DocumentRoot.setFromOutcome(FromOutcomeType value)
          Sets the value of the 'From Outcome' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement FromOutcomeType
 class FromOutcomeTypeImpl
          An implementation of the model object 'From Outcome Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return FromOutcomeType
 FromOutcomeType FacesConfigFactoryImpl.createFromOutcomeType()
           
 FromOutcomeType NavigationCaseTypeImpl.getFromOutcome()
           
 FromOutcomeType DocumentRootImpl.getFromOutcome()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type FromOutcomeType
 NotificationChain NavigationCaseTypeImpl.basicSetFromOutcome(FromOutcomeType newFromOutcome, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetFromOutcome(FromOutcomeType newFromOutcome, NotificationChain msgs)
           
 void NavigationCaseTypeImpl.setFromOutcome(FromOutcomeType newFromOutcome)
           
 void DocumentRootImpl.setFromOutcome(FromOutcomeType newFromOutcome)
           
 

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

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