|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.obr.plugin.Capability
public class Capability
This class describe and store capability node.
Constructor Summary | |
---|---|
Capability()
|
Method Summary | |
---|---|
void |
addP(PElement pelement)
add one element in List. |
java.lang.String |
getName()
get the name attribute. |
org.w3c.dom.Node |
getNode(org.w3c.dom.Document father)
transform this object to Node. |
java.util.List |
getP()
return the capabilities. |
void |
setName(java.lang.String name)
set the name attribute. |
void |
setP(java.util.List mp)
set the capabilities. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Capability()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- new name valuepublic java.util.List getP()
public void setP(java.util.List mp)
mp
- List of PElementpublic void addP(PElement pelement)
pelement
- PElementpublic org.w3c.dom.Node getNode(org.w3c.dom.Document father)
father
- father document for create Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |