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

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

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

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

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return BehaviorIdType
 BehaviorIdType FacesConfigFactoryImpl.createBehaviorIdType()
           
 BehaviorIdType DocumentRootImpl.getBehaviorId()
           
 BehaviorIdType BehaviorTypeImpl.getBehaviorId()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type BehaviorIdType
 NotificationChain DocumentRootImpl.basicSetBehaviorId(BehaviorIdType newBehaviorId, NotificationChain msgs)
           
 NotificationChain BehaviorTypeImpl.basicSetBehaviorId(BehaviorIdType newBehaviorId, NotificationChain msgs)
           
 void DocumentRootImpl.setBehaviorId(BehaviorIdType newBehaviorId)
           
 void BehaviorTypeImpl.setBehaviorId(BehaviorIdType newBehaviorId)
           
 

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

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