Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.beans10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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<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 © 2018 JBoss by Red Hat. All rights reserved.