ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.beans10 that return Alternatives
 Alternatives<T> Alternatives.clazz(String... values)
          Creates for all String objects representing class elements, a new class element
 Alternatives<Beans<T>> Beans.createAlternatives()
          Creates a new alternatives element
 Alternatives<BeansDescriptor> BeansDescriptor.createAlternatives()
          Creates a new alternatives element
 Alternatives<Beans<T>> Beans.getOrCreateAlternatives()
          If not already created, a new alternatives element will be created and returned.
 Alternatives<BeansDescriptor> BeansDescriptor.getOrCreateAlternatives()
          If not already created, a new alternatives element will be created and returned.
 Alternatives<T> Alternatives.removeAllClazz()
          Removes the class element
 Alternatives<T> Alternatives.removeAllStereotype()
          Removes the stereotype element
 Alternatives<T> Alternatives.stereotype(String... values)
          Creates for all String objects representing stereotype elements, a new stereotype element
 

Methods in org.jboss.shrinkwrap.descriptor.api.beans10 that return types with arguments of type Alternatives
 List<Alternatives<Beans<T>>> Beans.getAllAlternatives()
          Returns all alternatives elements
 List<Alternatives<BeansDescriptor>> BeansDescriptor.getAllAlternatives()
          Returns all alternatives elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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