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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return OrderingOthersType
 OrderingOthersType FacesConfigFactory.createOrderingOthersType()
          Returns a new object of class 'Ordering Others Type'
 OrderingOthersType OrderingOrderingType.getOthers()
          Returns the value of the 'Others' containment reference
 OrderingOthersType DocumentRoot.getOthers()
          Returns the value of the 'Others' containment reference
 OrderingOthersType AbsoluteOrderingType.getOthers()
          Returns the value of the 'Others' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type OrderingOthersType
 void OrderingOrderingType.setOthers(OrderingOthersType value)
          Sets the value of the 'Others' containment reference
 void DocumentRoot.setOthers(OrderingOthersType value)
          Sets the value of the 'Others' containment reference
 void AbsoluteOrderingType.setOthers(OrderingOthersType value)
          Sets the value of the 'Others' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement OrderingOthersType
 class OrderingOthersTypeImpl
          An implementation of the model object 'Ordering Others Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return OrderingOthersType
 OrderingOthersType FacesConfigFactoryImpl.createOrderingOthersType()
           
 OrderingOthersType OrderingOrderingTypeImpl.getOthers()
           
 OrderingOthersType DocumentRootImpl.getOthers()
           
 OrderingOthersType AbsoluteOrderingTypeImpl.getOthers()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type OrderingOthersType
 NotificationChain OrderingOrderingTypeImpl.basicSetOthers(OrderingOthersType newOthers, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetOthers(OrderingOthersType newOthers, NotificationChain msgs)
           
 NotificationChain AbsoluteOrderingTypeImpl.basicSetOthers(OrderingOthersType newOthers, NotificationChain msgs)
           
 void OrderingOrderingTypeImpl.setOthers(OrderingOthersType newOthers)
           
 void DocumentRootImpl.setOthers(OrderingOthersType newOthers)
           
 void AbsoluteOrderingTypeImpl.setOthers(OrderingOthersType newOthers)
           
 

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

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