|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.obr.plugin.PElement
public class PElement
this class describe the p element in a capability tag.
Constructor Summary | |
---|---|
PElement()
|
Method Summary | |
---|---|
java.lang.String |
getN()
get the n tag. |
org.w3c.dom.Node |
getNode(org.w3c.dom.Document father)
transform this object to node. |
java.lang.String |
getT()
get the t tag. |
java.lang.String |
getV()
get the v tag. |
void |
setN(java.lang.String n)
set the n tage. |
void |
setT(java.lang.String t)
set the t tag. |
void |
setV(java.lang.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 java.lang.String getN()
public void setN(java.lang.String n)
n
- new valuepublic java.lang.String getT()
public void setT(java.lang.String t)
t
- new valuepublic java.lang.String getV()
public void setV(java.lang.String v)
v
- new valuepublic 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 |