org.apache.felix.obrplugin
public class Require extends Object
| Method Summary | |
|---|---|
| String | getExtend()
get the extend attribute. |
| String | getFilter()
get the filter attribute. |
| String | getMultiple()
get multiple attribute. |
| String | getName()
get name attribute. |
| Node | getNode(Document father)
transform this object to Node.
|
| String | getOptional()
get the optional attribute. |
| String | getValue()
get value of the tag. |
| void | setExtend(String extend)
set the extend attribute. |
| void | setFilter(String filter)
set the filter attribute. |
| void | setMultiple(String multiple)
set multiple attribute. |
| void | setName(String name)
set name attribute. |
| void | setOptional(String optionnal)
set the optional attribute. |
| void | setValue(String value)
set the value of the tag. |
Returns: a string which contains the value of the boolean
Returns: m_filter value
Returns: m_multiple value
Returns: m_name value
Parameters: father father document for create Node
Returns: node
Returns: m_optional value
Returns: value of this tag
Parameters: extend new value for the extend attribute
Parameters: filter new value for filter
Parameters: multiple new value for m_multiple
Parameters: name new value for m_name
Parameters: optionnal new value for m_optional
Parameters: value new value for this tag