|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EjbRelationType | |
---|---|
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 EjbRelationType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EjbRelationType | |
---|---|
EjbRelationType<RelationshipsType<T>> |
RelationshipsType.ejbRelation()
Returns the ejb-relation element |
EjbRelationType<T> |
EjbRelationType.removeAllDescription()
Removes the description element |
EjbRelationType<T> |
EjbRelationType.removeEjbRelationName()
Removes the ejb-relation-name element |
EjbRelationType<T> |
EjbRelationType.removeEjbRelationshipRole()
Removes the ejb-relationship-role element |
EjbRelationType<T> |
EjbRelationType.setDescription(java.lang.String description)
Creates a new description element |
EjbRelationType<T> |
EjbRelationType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbRelationType<T> |
EjbRelationType.setEjbRelationName(java.lang.String ejbRelationName)
If not already created, a new ejb-relation-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EjbRelationType | |
---|---|
EjbRelationshipRoleType<EjbRelationType<T>> |
EjbRelationType.ejbRelationshipRole()
If not already created, a new ejb-relationship-role element will be created and returned. |
java.util.List<EjbRelationType<RelationshipsType<T>>> |
RelationshipsType.getEjbRelationList()
Returns all ejb-relation elements |
Uses of EjbRelationType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement EjbRelationType | |
---|---|
class |
EjbRelationTypeImpl<T>
This class implements the ejb-relationType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return EjbRelationType | |
---|---|
EjbRelationType<RelationshipsType<T>> |
RelationshipsTypeImpl.ejbRelation()
Returns the ejb-relation element |
EjbRelationType<T> |
EjbRelationTypeImpl.removeAllDescription()
Removes the description element |
EjbRelationType<T> |
EjbRelationTypeImpl.removeEjbRelationName()
Removes the ejb-relation-name element |
EjbRelationType<T> |
EjbRelationTypeImpl.removeEjbRelationshipRole()
Removes the ejb-relationship-role element |
EjbRelationType<T> |
EjbRelationTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
EjbRelationType<T> |
EjbRelationTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbRelationType<T> |
EjbRelationTypeImpl.setEjbRelationName(java.lang.String ejbRelationName)
If not already created, a new ejb-relation-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type EjbRelationType | |
---|---|
EjbRelationshipRoleType<EjbRelationType<T>> |
EjbRelationTypeImpl.ejbRelationshipRole()
If not already created, a new ejb-relationship-role element will be created and returned. |
java.util.List<EjbRelationType<RelationshipsType<T>>> |
RelationshipsTypeImpl.getEjbRelationList()
Returns all ejb-relation elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |