public interface PersistenceUnitRefType
The following features are supported:
Webapp30Package.getPersistenceUnitRefType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getInjectionTarget()
Returns the value of the 'Injection Target' containment reference list.
|
XsdStringType |
getMappedName()
Returns the value of the 'Mapped Name' containment reference.
|
String |
getPersistenceUnitName()
Returns the value of the 'Persistence Unit Name' containment reference.
|
JndiNameType |
getPersistenceUnitRefName()
Returns the value of the 'Persistence Unit Ref Name' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setMappedName(XsdStringType value)
Sets the value of the '
Mapped Name' containment reference. |
void |
setPersistenceUnitName(String value)
Sets the value of the '
Persistence Unit Name' containment reference. |
void |
setPersistenceUnitRefName(JndiNameType value)
Sets the value of the '
Persistence Unit Ref Name' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getPersistenceUnitRefType_Description()JndiNameType getPersistenceUnitRefName()
setPersistenceUnitRefName(JndiNameType),
Webapp30Package.getPersistenceUnitRefType_PersistenceUnitRefName()void setPersistenceUnitRefName(JndiNameType value)
Persistence Unit Ref Name' containment reference.
value - the new value of the 'Persistence Unit Ref Name' containment reference.getPersistenceUnitRefName()String getPersistenceUnitName()
setPersistenceUnitName(org.eclipse.modisco.jee.webapp.webapp30.String),
Webapp30Package.getPersistenceUnitRefType_PersistenceUnitName()void setPersistenceUnitName(String value)
Persistence Unit Name' containment reference.
value - the new value of the 'Persistence Unit Name' containment reference.getPersistenceUnitName()XsdStringType getMappedName()
setMappedName(XsdStringType),
Webapp30Package.getPersistenceUnitRefType_MappedName()void setMappedName(XsdStringType value)
Mapped Name' containment reference.
value - the new value of the 'Mapped Name' containment reference.getMappedName()getInjectionTarget()
InjectionTargetType.
If the meaning of the 'Injection Target' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getPersistenceUnitRefType_InjectionTarget()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp30Package.getPersistenceUnitRefType_Id()