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