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

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

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

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

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return BehaviorClassType
 BehaviorClassType FacesConfigFactoryImpl.createBehaviorClassType()
           
 BehaviorClassType DocumentRootImpl.getBehaviorClass()
           
 BehaviorClassType BehaviorTypeImpl.getBehaviorClass()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type BehaviorClassType
 NotificationChain DocumentRootImpl.basicSetBehaviorClass(BehaviorClassType newBehaviorClass, NotificationChain msgs)
           
 NotificationChain BehaviorTypeImpl.basicSetBehaviorClass(BehaviorClassType newBehaviorClass, NotificationChain msgs)
           
 void DocumentRootImpl.setBehaviorClass(BehaviorClassType newBehaviorClass)
           
 void BehaviorTypeImpl.setBehaviorClass(BehaviorClassType newBehaviorClass)
           
 

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

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