|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.fh_mannheim.mm.dms.framework.Stopword
Describes a stopword.
| Constructor Summary | |
Stopword()
Constructor. |
|
Stopword(java.lang.String strName)
Constructor. |
|
Stopword(java.lang.String strName,
int nLanguage)
Constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
Compares two stopword objects. |
int |
getLanguage()
Get language of stopword. |
java.lang.String |
getName()
Get name of stopword. |
void |
setLanguage(int nLanguage)
Set language of stopword. |
void |
setName(java.lang.String strName)
Set name of stopword. |
org.w3c.dom.Element |
toElement(org.w3c.dom.Document doc)
Write information of stopword in a xml element. |
org.w3c.dom.Element |
toElement(org.w3c.dom.Element element,
org.w3c.dom.Document doc)
Write information of stopword in a xml element. |
java.lang.String |
toString()
Write information of stopword in a string. |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Stopword()
public Stopword(java.lang.String strName)
strName - Name of stopword
public Stopword(java.lang.String strName,
int nLanguage)
strName - Name of stopwordnLanguage - Language| Method Detail |
public boolean equals(java.lang.Object other)
other - Stopword to compare
public int getLanguage()
public java.lang.String getName()
public void setName(java.lang.String strName)
strName - Name of stopwordpublic void setLanguage(int nLanguage)
nLanguage - Language of stopwordpublic org.w3c.dom.Element toElement(org.w3c.dom.Document doc)
toElement in interface IElementdoc - XML Document
public org.w3c.dom.Element toElement(org.w3c.dom.Element element,
org.w3c.dom.Document doc)
toElement in interface IElementelement - Root elementdoc - XML Document
public java.lang.String toString()
toString in interface IElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||