|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.impl.grammar.model.Preposition
public class Preposition
BEAN : information about preposition.
Constructor Summary | |
---|---|
Preposition()
instantiate the object. |
Method Summary | |
---|---|
static void |
clear()
remove all instances. |
java.lang.String |
getId()
return the identification. |
static java.util.HashMap<java.lang.String,Preposition> |
getSeek()
return the list of instances. |
java.lang.String |
getValue()
return the value. |
static java.lang.String |
isFoundByTransliteration(java.lang.String transliteration)
the transliteration is a preposition ? |
void |
setId(java.lang.String id)
fix the identification. |
void |
setValue(java.lang.String value)
fix the value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Preposition()
instantiate the object.
Method Detail |
---|
public static java.util.HashMap<java.lang.String,Preposition> getSeek()
return the list of instances.
public static void clear()
remove all instances.
public static java.lang.String isFoundByTransliteration(java.lang.String transliteration)
the transliteration is a preposition ?
transliteration
- current transliteration to compare with list of prepositions
public java.lang.String getValue()
return the value.
public void setValue(java.lang.String value)
fix the value.
value
- value to fixpublic java.lang.String getId()
return the identification.
public void setId(java.lang.String id)
fix the identification.
id
- identification to fix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |