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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return BehaviorType
 BehaviorType FacesConfigFactory.createBehaviorType()
          Returns a new object of class 'Behavior Type'
 BehaviorType DocumentRoot.getBehavior()
          Returns the value of the 'Behavior' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type BehaviorType
 void DocumentRoot.setBehavior(BehaviorType value)
          Sets the value of the 'Behavior' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement BehaviorType
 class BehaviorTypeImpl
          An implementation of the model object 'Behavior Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return BehaviorType
 BehaviorType FacesConfigFactoryImpl.createBehaviorType()
           
 BehaviorType DocumentRootImpl.getBehavior()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type BehaviorType
 NotificationChain DocumentRootImpl.basicSetBehavior(BehaviorType newBehavior, NotificationChain msgs)
           
 void DocumentRootImpl.setBehavior(BehaviorType newBehavior)
           
 

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

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