|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationshipsType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema |
Uses of RelationshipsType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return RelationshipsType | |
---|---|
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.id(String id)
Sets the id attribute |
RelationshipsType<T> |
RelationshipsType.removeAllDescription()
Removes the description element |
RelationshipsType<T> |
RelationshipsType.removeAllEjbRelation()
Removes all ejb-relation elements |
RelationshipsType<T> |
RelationshipsType.removeId()
Removes the id attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type RelationshipsType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |