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 :2013-01-26T19:26:59.858+01: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


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.