ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20
Interface ExtensibleType<T>

All Superinterfaces:
Child<T>

public interface ExtensibleType<T>
extends Child<T>

This interface defines the contract for the extensibleType xsd type

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

Method Summary
 ExtensibleType<ExtensibleType<T>> getOrCreateExtensibleType()
          If not already created, a new extensibleType element with the given value will be created.
 ExtensibleType<T> removeExtensibleType()
          Removes the extensibleType element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateExtensibleType

ExtensibleType<ExtensibleType<T>> getOrCreateExtensibleType()
If not already created, a new extensibleType element with the given value will be created. Otherwise, the existing extensibleType element will be returned.

Returns:
a new or existing instance of ExtensibleType>

removeExtensibleType

ExtensibleType<T> removeExtensibleType()
Removes the extensibleType element

Returns:
the current instance of ExtensibleType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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