|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
org.objectweb.easybeans.deployment.xml.struct.common.ResourceEnvRef
public class ResourceEnvRef
Class representing resource-env-ref elements used in Java EE components.
Field Summary | |
---|---|
static java.lang.String |
NAME
Name of this element. |
private java.lang.String |
resourceEnvRefName
Name of this resource-env-ref. |
private java.lang.String |
resourceEnvRefType
Type of this resource-env-ref. |
Constructor Summary | |
---|---|
ResourceEnvRef()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getResourceEnvRefName()
|
java.lang.String |
getResourceEnvRefType()
|
void |
setResourceEnvRefName(java.lang.String resourceEnvRefName)
Sets the name of resource-ref. |
void |
setResourceEnvRefType(java.lang.String resourceEnvRefType)
Sets the type of this reference. |
Methods inherited from class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup |
---|
addInjectionTarget, getInjectionTargetList, getMappedName, setMappedName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
private java.lang.String resourceEnvRefName
private java.lang.String resourceEnvRefType
Constructor Detail |
---|
public ResourceEnvRef()
Method Detail |
---|
public java.lang.String getResourceEnvRefName()
public void setResourceEnvRefName(java.lang.String resourceEnvRefName)
resourceEnvRefName
- name of this referencepublic java.lang.String getResourceEnvRefType()
public void setResourceEnvRefType(java.lang.String resourceEnvRefType)
resourceEnvRefType
- type of reference
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |