org.apache.felix.obrplugin

Class PElement

public class PElement extends Object

this class describe the p element in a capability tag.

Author: Felix Project Team

Method Summary
StringgetN()
get the n tag.
NodegetNode(Document father)
transform this object to node.
StringgetT()
get the t tag.
StringgetV()
get the v tag.
voidsetN(String n)
set the n tage.
voidsetT(String t)
set the t tag.
voidsetV(String v)
set the v tag.

Method Detail

getN

public String getN()
get the n tag.

Returns: attribute n

getNode

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

Parameters: father father document for create Node

Returns: node

getT

public String getT()
get the t tag.

Returns: attribute t

getV

public String getV()
get the v tag.

Returns: attribute v

setN

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

Parameters: n new value

setT

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

Parameters: t new value

setV

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

Parameters: v new value

Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.