|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationshipRoleSourceType | |
---|---|
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 RelationshipRoleSourceType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return RelationshipRoleSourceType | |
---|---|
RelationshipRoleSourceType<EjbRelationshipRoleType<T>> |
EjbRelationshipRoleType.relationshipRoleSource()
If not already created, a new relationship-role-source element will be created and returned. |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.removeAllDescription()
Removes the description element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.removeEjbName()
Removes the ejb-name element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.setDescription(java.lang.String description)
Creates a new description element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceType.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
Uses of RelationshipRoleSourceType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement RelationshipRoleSourceType | |
---|---|
class |
RelationshipRoleSourceTypeImpl<T>
This class implements the relationship-role-sourceType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return RelationshipRoleSourceType | |
---|---|
RelationshipRoleSourceType<EjbRelationshipRoleType<T>> |
EjbRelationshipRoleTypeImpl.relationshipRoleSource()
If not already created, a new relationship-role-source element will be created and returned. |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceTypeImpl.removeAllDescription()
Removes the description element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceTypeImpl.removeEjbName()
Removes the ejb-name element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
RelationshipRoleSourceType<T> |
RelationshipRoleSourceTypeImpl.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |