|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.obrplugin.Require
public class Require
this class store a Require tag.
| 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 |
|---|
public Require()
| Method Detail |
|---|
public java.lang.String getExtend()
public void setExtend(java.lang.String extend)
extend - new value for the extend attributepublic java.lang.String getFilter()
public void setFilter(java.lang.String filter)
filter - new value for filterpublic java.lang.String getMultiple()
public void setMultiple(java.lang.String multiple)
multiple - new value for m_multiplepublic java.lang.String getName()
public void setName(java.lang.String name)
name - new value for m_namepublic java.lang.String getOptional()
public void setOptional(java.lang.String optionnal)
optionnal - new value for m_optionalpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - new value for this tagpublic org.w3c.dom.Node getNode(org.w3c.dom.Document father)
father - father document for create Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||