org.apache.felix.obrplugin
Class Require

java.lang.Object
  extended by org.apache.felix.obrplugin.Require

public class Require
extends Object

this class store a Require tag.

Author:
Felix Project Team

Constructor Summary
Require()
           
 
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.
 
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 String getExtend()
get the extend attribute.

Returns:
a string which contains the value of the boolean

setExtend

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

Parameters:
extend - new value for the extend attribute

getFilter

public String getFilter()
get the filter attribute.

Returns:
m_filter value

setFilter

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

Parameters:
filter - new value for filter

getMultiple

public String getMultiple()
get multiple attribute.

Returns:
m_multiple value

setMultiple

public void setMultiple(String multiple)
set multiple attribute.

Parameters:
multiple - new value for m_multiple

getName

public String getName()
get name attribute.

Returns:
m_name value

setName

public void setName(String name)
set name attribute.

Parameters:
name - new value for m_name

getOptional

public String getOptional()
get the optional attribute.

Returns:
m_optional value

setOptional

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

Parameters:
optionnal - new value for m_optional

getValue

public String getValue()
get value of the tag.

Returns:
value of this tag

setValue

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

Parameters:
value - new value for this tag

getNode

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

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


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