Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
RelationshipsType<T> |
RelationshipsType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
RelationshipsType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateRelationships()
If not already created, a new
relationships element with the given value will be created. |
RelationshipsType<EjbJarType<T>> |
EjbJarType.getOrCreateRelationships()
If not already created, a new
relationships element with the given value will be created. |
RelationshipsType<T> |
RelationshipsType.removeAllDescription()
Removes the
description element |
RelationshipsType<T> |
RelationshipsType.removeAllEjbRelation()
Removes all
ejb-relation elements |
Modifier and Type | Method and Description |
---|---|
EjbRelationType<RelationshipsType<T>> |
RelationshipsType.createEjbRelation()
Creates a new
ejb-relation element |
List<EjbRelationType<RelationshipsType<T>>> |
RelationshipsType.getAllEjbRelation()
Returns all
ejb-relation elements |
EjbRelationType<RelationshipsType<T>> |
RelationshipsType.getOrCreateEjbRelation()
If not already created, a new
ejb-relation element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.