org.apache.felix.obr.plugin
Class PElement

java.lang.Object
  extended by org.apache.felix.obr.plugin.PElement

public class PElement
extends Object

this class describe the p element in a capability tag.

Author:
Felix Project Team

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

PElement

public PElement()
Method Detail

getN

public String getN()
get the n tag.

Returns:
attribute n

setN

public void setN(String n)
set the n tage.

Parameters:
n - new value

getT

public String getT()
get the t tag.

Returns:
attribute t

setT

public void setT(String t)
set the t tag.

Parameters:
t - new value

getV

public String getV()
get the v tag.

Returns:
attribute v

setV

public void setV(String v)
set the v tag.

Parameters:
v - new value

getNode

public Node getNode(Document father)
transform this object to node.

Parameters:
father - father document for create Node
Returns:
node


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.