ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.webcommon30
Interface OrderingType<T>

All Superinterfaces:
Child<T>

public interface OrderingType<T>
extends Child<T>

This interface defines the contract for the orderingType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 OrderingOrderingType<OrderingType<T>> getOrCreateAfter()
          If not already created, a new after element with the given value will be created.
 OrderingOrderingType<OrderingType<T>> getOrCreateBefore()
          If not already created, a new before element with the given value will be created.
 OrderingType<T> removeAfter()
          Removes the after element
 OrderingType<T> removeBefore()
          Removes the before element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateAfter

OrderingOrderingType<OrderingType<T>> getOrCreateAfter()
If not already created, a new after element with the given value will be created. Otherwise, the existing after element will be returned.

Returns:
a new or existing instance of OrderingOrderingType>

removeAfter

OrderingType<T> removeAfter()
Removes the after element

Returns:
the current instance of OrderingType

getOrCreateBefore

OrderingOrderingType<OrderingType<T>> getOrCreateBefore()
If not already created, a new before element with the given value will be created. Otherwise, the existing before element will be returned.

Returns:
a new or existing instance of OrderingOrderingType>

removeBefore

OrderingType<T> removeBefore()
Removes the before element

Returns:
the current instance of OrderingType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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