|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.impl.grammar.model.Transliteration
public class Transliteration
BEAN : information about transliteration
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Transliteration()
instantiate the object. |
|
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object e)
add a pronunciation. |
java.lang.String |
getConventionnal_designation()
return the conventionnal designation. |
java.util.Vector |
getPronunciation()
return the pronunciation. |
int |
getType()
return the type. |
java.lang.String[] |
getValue()
return value. |
void |
setConventionnal_designation(java.lang.String conventionnal_designation)
fix the conventionnal designation. |
void |
setConventionnalDesignation(java.lang.String conventionnal_designation)
return the conventional designation. |
void |
setPronunciation(java.util.Vector pronunciation)
fix the pronunciation. |
void |
setType(int type)
fix the type. |
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 Transliteration()
instantiate the object.
| Method Detail |
|---|
public void setConventionnalDesignation(java.lang.String conventionnal_designation)
return the conventional designation.
conventionnal_designation - designation conventional designationpublic void setType(int type)
fix the type.
type - type to fixpublic boolean add(java.lang.Object e)
add a pronunciation.
e - pronunciation to add
public java.util.Vector getPronunciation()
return the pronunciation.
public java.lang.String[] getValue()
return value.
public void setValue(java.lang.String[] value)
fix the value.
value - value to fixpublic int getType()
return the type.
public void setPronunciation(java.util.Vector pronunciation)
fix the pronunciation.
pronunciation - pronunciation to fixpublic java.lang.String getConventionnal_designation()
return the conventionnal designation.
public void setConventionnal_designation(java.lang.String conventionnal_designation)
fix the conventionnal designation.
conventionnal_designation - conventionnal designation to fix
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||