org.apache.felix.obrplugin
public class Capability extends Object
| 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.
|
Parameters: pelement PElement
Returns: name attribute
Parameters: father father document for create Node
Returns: node
Returns: List of PElement
Parameters: name new name value
Parameters: mp List of PElement