|
|||||||||
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
public class AbsResourceGroup
Defines the java EE resourceGroup type.
It defines mapped-name and injection-target
Field Summary | |
---|---|
private java.util.List<InjectionTarget> |
injectionTargetList
Injection target (if any). |
private java.lang.String |
mappedName
Mapped name. |
Constructor Summary | |
---|---|
AbsResourceGroup()
Default constructor. |
Method Summary | |
---|---|
void |
addInjectionTarget(InjectionTarget injectionTarget)
Adds the igiven njection target value. |
java.util.List<InjectionTarget> |
getInjectionTargetList()
|
java.lang.String |
getMappedName()
Gets the mapped name. |
void |
setMappedName(java.lang.String mappedName)
Set the mapped name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<InjectionTarget> injectionTargetList
private java.lang.String mappedName
Constructor Detail |
---|
public AbsResourceGroup()
Method Detail |
---|
public java.lang.String getMappedName()
public void setMappedName(java.lang.String mappedName)
mappedName
- the given mapped name.public java.util.List<InjectionTarget> getInjectionTargetList()
public void addInjectionTarget(InjectionTarget injectionTarget)
injectionTarget
- value of injectionTarget element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |