Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.ejbName(String ejbName)
Sets the
ejb-name element |
RelationshipRoleSourceType<EjbRelationshipRoleType<T>> |
EjbRelationshipRoleType.getOrCreateRelationshipRoleSource()
If not already created, a new
relationship-role-source element with the given value will be created. |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.id(String id)
Sets the
id attribute |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.removeAllDescription()
Removes the
description element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.removeEjbName()
Removes the
ejb-name element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.removeId()
Removes the
id attribute |
Copyright © 2023 JBoss by Red Hat. All rights reserved.