org.apache.felix.obr.plugin
Class Require

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

public class Require
extends java.lang.Object

this class store a Require tag.

Author:
Felix Project Team

Constructor Summary
Require()
           
 
Method Summary
 java.lang.String getExtend()
          get the extend attribute.
 java.lang.String getFilter()
          get the filter attribute.
 java.lang.String getMultiple()
          get multiple attribute.
 java.lang.String getName()
          get name attribute.
 org.w3c.dom.Node getNode(org.w3c.dom.Document father)
          transform this object to Node.
 java.lang.String getOptional()
          get the optional attribute.
 java.lang.String getValue()
          get value of the tag.
 void setExtend(java.lang.String extend)
          set the extend attribute.
 void setFilter(java.lang.String filter)
          set the filter attribute.
 void setMultiple(java.lang.String multiple)
          set multiple attribute.
 void setName(java.lang.String name)
          set name attribute.
 void setOptional(java.lang.String optionnal)
          set the optional attribute.
 void setValue(java.lang.String value)
          set the value of the tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Require

public Require()
Method Detail

getExtend

public java.lang.String getExtend()
get the extend attribute.

Returns:
a string which contains the value of the boolean

setExtend

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

Parameters:
extend - new value for the extend attribute

getFilter

public java.lang.String getFilter()
get the filter attribute.

Returns:
m_filter value

setFilter

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

Parameters:
filter - new value for filter

getMultiple

public java.lang.String getMultiple()
get multiple attribute.

Returns:
m_multiple value

setMultiple

public void setMultiple(java.lang.String multiple)
set multiple attribute.

Parameters:
multiple - new value for m_multiple

getName

public java.lang.String getName()
get name attribute.

Returns:
m_name value

setName

public void setName(java.lang.String name)
set name attribute.

Parameters:
name - new value for m_name

getOptional

public java.lang.String getOptional()
get the optional attribute.

Returns:
m_optional value

setOptional

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

Parameters:
optionnal - new value for m_optional

getValue

public java.lang.String getValue()
get value of the tag.

Returns:
value of this tag

setValue

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

Parameters:
value - new value for this tag

getNode

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

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