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 :2013-01-26T19:26:59.858+01: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


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.