|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.obrplugin.PElement
public class PElement
this class describe the p element in a capability tag.
Constructor Summary | |
---|---|
PElement()
|
Method Summary | |
---|---|
String |
getN()
get the n tag. |
Node |
getNode(Document father)
transform this object to node. |
String |
getT()
get the t tag. |
String |
getV()
get the v tag. |
void |
setN(String n)
set the n tage. |
void |
setT(String t)
set the t tag. |
void |
setV(String v)
set the v tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PElement()
Method Detail |
---|
public String getN()
public void setN(String n)
n
- new valuepublic String getT()
public void setT(String t)
t
- new valuepublic String getV()
public void setV(String v)
v
- new valuepublic 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 |