ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface TldDeferredMethodType<T>
extends Child<T>

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

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

Method Summary
 String getMethodSignature()
          Returns the method-signature element
 TldDeferredMethodType<T> methodSignature(String methodSignature)
          Sets the method-signature element
 TldDeferredMethodType<T> removeMethodSignature()
          Removes the method-signature element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

methodSignature

TldDeferredMethodType<T> methodSignature(String methodSignature)
Sets the method-signature element

Parameters:
methodSignature - the value for the element method-signature
Returns:
the current instance of TldDeferredMethodType

getMethodSignature

String getMethodSignature()
Returns the method-signature element

Returns:
the node defined for the element method-signature

removeMethodSignature

TldDeferredMethodType<T> removeMethodSignature()
Removes the method-signature element

Returns:
the current instance of TldDeferredMethodType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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