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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return OrderingType
 OrderingType FacesConfigFactory.createOrderingType()
          Returns a new object of class 'Ordering Type'
 OrderingType DocumentRoot.getOrdering()
          Returns the value of the 'Ordering' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type OrderingType
 void DocumentRoot.setOrdering(OrderingType value)
          Sets the value of the 'Ordering' containment reference
 

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return OrderingType
 OrderingType FacesConfigFactoryImpl.createOrderingType()
           
 OrderingType DocumentRootImpl.getOrdering()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type OrderingType
 NotificationChain DocumentRootImpl.basicSetOrdering(OrderingType newOrdering, NotificationChain msgs)
           
 void DocumentRootImpl.setOrdering(OrderingType newOrdering)
           
 

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

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