|
||||||||||
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. |
String |
getName()
get the name attribute. |
Node |
getNode(Document father)
transform this object to Node. |
List |
getP()
return the capabilities. |
void |
setName(String name)
set the name attribute. |
void |
setP(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 String getName()
public void setName(String name)
name
- new name valuepublic List getP()
public void setP(List mp)
mp
- List of PElementpublic void addP(PElement pelement)
pelement
- PElementpublic Node getNode(Document father)
father
- father document for create Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |