ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.OrderingType

Packages that use OrderingType
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of OrderingType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return OrderingType
 OrderingType<WebFragmentType<T>> WebFragmentType.createOrdering()
          Creates a new ordering element
 OrderingType<WebFragmentType<T>> WebFragmentType.getOrCreateOrdering()
          If not already created, a new ordering element will be created and returned.
 OrderingType<T> OrderingType.removeAfter()
          Removes the after element
 OrderingType<T> OrderingType.removeBefore()
          Removes the before element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type OrderingType
 List<OrderingType<WebFragmentType<T>>> WebFragmentType.getAllOrdering()
          Returns all ordering elements
 OrderingOrderingType<OrderingType<T>> OrderingType.getOrCreateAfter()
          If not already created, a new after element with the given value will be created.
 OrderingOrderingType<OrderingType<T>> OrderingType.getOrCreateBefore()
          If not already created, a new before element with the given value will be created.
 

Uses of OrderingType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return OrderingType
 OrderingType<WebFragmentDescriptor> WebFragmentDescriptor.createOrdering()
          Creates a new ordering element
 OrderingType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateOrdering()
          If not already created, a new ordering element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type OrderingType
 List<OrderingType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllOrdering()
          Returns all ordering elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.