Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Embedded<Attributes<T>> |
Attributes.createEmbedded()
Creates a new
embedded element |
Embedded<Attributes<T>> |
Attributes.getOrCreateEmbedded()
If not already created, a new
embedded element will be created and returned. |
Embedded<T> |
Embedded.name(String name)
Sets the
name attribute |
Embedded<T> |
Embedded.removeAllAttributeOverride()
Removes all
attribute-override elements |
Embedded<T> |
Embedded.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
AttributeOverride<Embedded<T>> |
Embedded.createAttributeOverride()
Creates a new
attribute-override element |
List<AttributeOverride<Embedded<T>>> |
Embedded.getAllAttributeOverride()
Returns all
attribute-override elements |
List<Embedded<Attributes<T>>> |
Attributes.getAllEmbedded()
Returns all
embedded elements |
AttributeOverride<Embedded<T>> |
Embedded.getOrCreateAttributeOverride()
If not already created, a new
attribute-override element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.