|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant.SoftRedirectType
public class SoftRedirectType
Names of types of soft redirects used in all wiktionaries.
and Help:Redirect in English Wiktionary
,
- a hard redirect.
Field Summary | |
---|---|
static SoftRedirectType |
Misspelling
Misspelling - soft redirect to correct spelling {{misspelling of|}} or {{wrongname|}}. |
static SoftRedirectType |
None
It's not a redirect, it is the usual Wiktionary entry |
static SoftRedirectType |
Wordform
Wordform - soft redirect to correct spelling. |
Method Summary | |
---|---|
static SoftRedirectType |
get(String _name)
Gets a type by its name |
static boolean |
has(String _name)
Checks weather exists the type by its name. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SoftRedirectType None
public static final SoftRedirectType Wordform
public static final SoftRedirectType Misspelling
Method Detail |
---|
public String toString()
toString
in class Object
public static boolean has(String _name)
public static SoftRedirectType get(String _name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |