|
||||||||||
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 ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
Uses of RelationshipsType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return RelationshipsType | |
---|---|
RelationshipsType<EjbJar31Descriptor> |
EjbJar31Descriptor.relationships()
If not already created, a new relationships element will be created and returned. |
RelationshipsType<EjbJarType<T>> |
EjbJarType.relationships()
If not already created, a new relationships element will be created and returned. |
RelationshipsType<T> |
RelationshipsType.removeAllDescription()
Removes the description element |
RelationshipsType<T> |
RelationshipsType.removeAllEjbRelation()
Removes all ejb-relation elements |
RelationshipsType<T> |
RelationshipsType.setDescription(java.lang.String description)
Creates a new description element |
RelationshipsType<T> |
RelationshipsType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type RelationshipsType | |
---|---|
EjbRelationType<RelationshipsType<T>> |
RelationshipsType.ejbRelation()
Returns the ejb-relation element |
java.util.List<EjbRelationType<RelationshipsType<T>>> |
RelationshipsType.getEjbRelationList()
Returns all ejb-relation elements |
Uses of RelationshipsType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement RelationshipsType | |
---|---|
class |
RelationshipsTypeImpl<T>
This class implements the relationshipsType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return RelationshipsType | |
---|---|
RelationshipsType<EjbJar31Descriptor> |
EjbJar31DescriptorImpl.relationships()
If not already created, a new relationships element will be created and returned. |
RelationshipsType<EjbJarType<T>> |
EjbJarTypeImpl.relationships()
If not already created, a new relationships element will be created and returned. |
RelationshipsType<T> |
RelationshipsTypeImpl.removeAllDescription()
Removes the description element |
RelationshipsType<T> |
RelationshipsTypeImpl.removeAllEjbRelation()
Removes all ejb-relation elements |
RelationshipsType<T> |
RelationshipsTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
RelationshipsType<T> |
RelationshipsTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type RelationshipsType | |
---|---|
EjbRelationType<RelationshipsType<T>> |
RelationshipsTypeImpl.ejbRelation()
Returns the ejb-relation element |
java.util.List<EjbRelationType<RelationshipsType<T>>> |
RelationshipsTypeImpl.getEjbRelationList()
Returns all ejb-relation elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |