ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.beans10
Interface Decorators<T>

All Superinterfaces:
Child<T>

public interface Decorators<T>
extends Child<T>

This interface defines the contract for the decorators xsd type

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

Method Summary
 Decorators<T> clazz(String... values)
          Creates for all String objects representing class elements, a new class element
 List<String> getAllClazz()
          Returns all class elements
 Decorators<T> removeAllClazz()
          Removes the class element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

clazz

Decorators<T> clazz(String... values)
Creates for all String objects representing class elements, a new class element

Parameters:
values - list of class objects
Returns:
the current instance of Decorators

getAllClazz

List<String> getAllClazz()
Returns all class elements

Returns:
list of class

removeAllClazz

Decorators<T> removeAllClazz()
Removes the class element

Returns:
the current instance of Decorators

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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