ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.facesconfig20
Interface FacesConfigOrderingType<T>

All Superinterfaces:
Child<T>

public interface FacesConfigOrderingType<T>
extends Child<T>

This interface defines the contract for the faces-config-orderingType xsd type

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

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

Method Detail

getOrCreateAfter

FacesConfigOrderingOrderingType<FacesConfigOrderingType<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 FacesConfigOrderingOrderingType>

removeAfter

FacesConfigOrderingType<T> removeAfter()
Removes the after element

Returns:
the current instance of FacesConfigOrderingType

getOrCreateBefore

FacesConfigOrderingOrderingType<FacesConfigOrderingType<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 FacesConfigOrderingOrderingType>

removeBefore

FacesConfigOrderingType<T> removeBefore()
Removes the before element

Returns:
the current instance of FacesConfigOrderingType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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