ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.ejbjar30
Interface MethodParamsType<T>

All Superinterfaces:
Child<T>

public interface MethodParamsType<T>
extends Child<T>

This interface defines the contract for the method-paramsType xsd type

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

Method Summary
 List<String> getAllMethodParam()
          Returns all method-param elements
 MethodParamsType<T> methodParam(String... values)
          Creates for all String objects representing method-param elements, a new method-param element
 MethodParamsType<T> removeAllMethodParam()
          Removes the method-param element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

methodParam

MethodParamsType<T> methodParam(String... values)
Creates for all String objects representing method-param elements, a new method-param element

Parameters:
values - list of method-param objects
Returns:
the current instance of MethodParamsType

getAllMethodParam

List<String> getAllMethodParam()
Returns all method-param elements

Returns:
list of method-param

removeAllMethodParam

MethodParamsType<T> removeAllMethodParam()
Removes the method-param element

Returns:
the current instance of MethodParamsType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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