org.apache.felix.obrplugin

Class Require

public class Require extends Object

this class store a Require tag.

Author: Felix Project Team

Method Summary
StringgetExtend()
get the extend attribute.
StringgetFilter()
get the filter attribute.
StringgetMultiple()
get multiple attribute.
StringgetName()
get name attribute.
NodegetNode(Document father)
transform this object to Node.
StringgetOptional()
get the optional attribute.
StringgetValue()
get value of the tag.
voidsetExtend(String extend)
set the extend attribute.
voidsetFilter(String filter)
set the filter attribute.
voidsetMultiple(String multiple)
set multiple attribute.
voidsetName(String name)
set name attribute.
voidsetOptional(String optionnal)
set the optional attribute.
voidsetValue(String value)
set the value of the tag.

Method Detail

getExtend

public String getExtend()
get the extend attribute.

Returns: a string which contains the value of the boolean

getFilter

public String getFilter()
get the filter attribute.

Returns: m_filter value

getMultiple

public String getMultiple()
get multiple attribute.

Returns: m_multiple value

getName

public String getName()
get name attribute.

Returns: m_name value

getNode

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

Parameters: father father document for create Node

Returns: node

getOptional

public String getOptional()
get the optional attribute.

Returns: m_optional value

getValue

public String getValue()
get value of the tag.

Returns: value of this tag

setExtend

public void setExtend(String extend)
set the extend attribute.

Parameters: extend new value for the extend attribute

setFilter

public void setFilter(String filter)
set the filter attribute.

Parameters: filter new value for filter

setMultiple

public void setMultiple(String multiple)
set multiple attribute.

Parameters: multiple new value for m_multiple

setName

public void setName(String name)
set name attribute.

Parameters: name new value for m_name

setOptional

public void setOptional(String optionnal)
set the optional attribute.

Parameters: optionnal new value for m_optional

setValue

public void setValue(String value)
set the value of the tag.

Parameters: value new value for this tag

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