ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21
Interface TldDeferredValueType<T>

All Superinterfaces:
Child<T>

public interface TldDeferredValueType<T>
extends Child<T>

This interface defines the contract for the tld-deferred-valueType xsd type

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

Method Summary
 String getType()
          Returns the type element
 TldDeferredValueType<T> removeType()
          Removes the type element
 TldDeferredValueType<T> type(String type)
          Sets the type element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

type

TldDeferredValueType<T> type(String type)
Sets the type element

Parameters:
type - the value for the element type
Returns:
the current instance of TldDeferredValueType

getType

String getType()
Returns the type element

Returns:
the node defined for the element type

removeType

TldDeferredValueType<T> removeType()
Removes the type element

Returns:
the current instance of TldDeferredValueType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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