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<BeansDescriptor> BeansDescriptor.getOrCreateAlternatives()
          If not already created, a new alternatives element with the given value will be created.
 Alternatives<Beans<T>> Beans.getOrCreateAlternatives()
          If not already created, a new alternatives element with the given value will be created.
 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
 



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