|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.impl.grammar.model.Pronoun
public class Pronoun
BEAN : information about pronoun.
Constructor Summary | |
---|---|
Pronoun()
instantiate the object. |
Method Summary | |
---|---|
static void |
clear()
remove all instances. |
java.lang.String |
getId()
return the identification. |
java.lang.String |
getMode()
return the mode. |
java.lang.String |
getPerson()
return the person. |
java.lang.String |
getReplace()
return the hieroglyph which have to be replaced. |
static java.util.HashMap<java.lang.String,Pronoun> |
getSeek()
return the list of instances. |
java.lang.String |
getValue()
return the value. |
boolean |
isDemonstrative()
return true / false if it's a demonstrative pronoun. |
boolean |
isFeminine()
return the feminine mode. |
static java.lang.String |
isFoundByTransliteration(java.lang.String transliteration)
the transliteration is a pronoun ? |
void |
setDemonstrative(boolean demonstrative)
fix true / false if it's a demonstrative pronoun. |
void |
setFeminine(boolean feminine)
fix the feminine mode. |
void |
setId(java.lang.String id)
fix the identification. |
void |
setMode(java.lang.String mode)
fix the mode. |
void |
setPerson(java.lang.String person)
fix the person. |
void |
setReplace(java.lang.String replace)
fix the hieroglyph which have to be replaced. |
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 Pronoun()
instantiate the object.
Method Detail |
---|
public static void clear()
remove all instances.
public static java.util.HashMap<java.lang.String,Pronoun> getSeek()
return the list of instances.
public static java.lang.String isFoundByTransliteration(java.lang.String transliteration)
the transliteration is a pronoun ?
transliteration
- current transliteration to compare with list of pronouns
public java.lang.String getMode()
return the mode.
public void setMode(java.lang.String mode)
fix the mode.
mode
- mode to fixpublic java.lang.String getPerson()
return the person.
public void setPerson(java.lang.String person)
fix the person.
person
- person to fixpublic java.lang.String getValue()
return the value.
public void setValue(java.lang.String value)
fix the value.
value
- value to fixpublic java.lang.String getReplace()
return the hieroglyph which have to be replaced.
public void setReplace(java.lang.String replace)
fix the hieroglyph which have to be replaced.
replace
- id of hieroglyph to fixpublic boolean isFeminine()
return the feminine mode.
public void setFeminine(boolean feminine)
fix the feminine mode.
feminine
- true / falsepublic boolean isDemonstrative()
return true / false if it's a demonstrative pronoun.
public void setDemonstrative(boolean demonstrative)
fix true / false if it's a demonstrative pronoun.
demonstrative
- true / falsepublic 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 |