ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface ExcludeListType<T>
extends Child<T>

This interface defines the contract for the exclude-listType xsd type

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

Method Summary
 MethodType<ExcludeListType<T>> createMethod()
          Creates a new method element
 ExcludeListType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 List<MethodType<ExcludeListType<T>>> getAllMethod()
          Returns all method elements
 MethodType<ExcludeListType<T>> getOrCreateMethod()
          If not already created, a new method element will be created and returned.
 ExcludeListType<T> removeAllDescription()
          Removes the description element
 ExcludeListType<T> removeAllMethod()
          Removes all method elements
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

ExcludeListType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of ExcludeListType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

ExcludeListType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of ExcludeListType

getOrCreateMethod

MethodType<ExcludeListType<T>> getOrCreateMethod()
If not already created, a new method element will be created and returned. Otherwise, the first existing method element will be returned.

Returns:
the instance defined for the element method

createMethod

MethodType<ExcludeListType<T>> createMethod()
Creates a new method element

Returns:
the new created instance of MethodType>

getAllMethod

List<MethodType<ExcludeListType<T>>> getAllMethod()
Returns all method elements

Returns:
list of method

removeAllMethod

ExcludeListType<T> removeAllMethod()
Removes all method elements

Returns:
the current instance of MethodType>

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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