Uses of Interface
org.jboss.shrinkwrap.descriptor.api.beans10.Beans

Packages that use Beans
org.jboss.shrinkwrap.descriptor.api.beans10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of Beans in org.jboss.shrinkwrap.descriptor.api.beans10
 

Methods in org.jboss.shrinkwrap.descriptor.api.beans10 that return Beans
 Beans<T> Beans.removeAlternatives()
          Removes the alternatives element
 Beans<T> Beans.removeDecorators()
          Removes the decorators element
 Beans<T> Beans.removeInterceptors()
          Removes the interceptors element
 

Methods in org.jboss.shrinkwrap.descriptor.api.beans10 that return types with arguments of type Beans
 Alternatives<Beans<T>> Beans.getOrCreateAlternatives()
          If not already created, a new alternatives element with the given value will be created.
 Decorators<Beans<T>> Beans.getOrCreateDecorators()
          If not already created, a new decorators element with the given value will be created.
 Interceptors<Beans<T>> Beans.getOrCreateInterceptors()
          If not already created, a new interceptors element with the given value will be created.
 



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