public class ReadingAttributeImpl extends org.apache.lucene.util.AttributeImpl implements ReadingAttribute, java.lang.Cloneable
| Constructor and Description |
|---|
ReadingAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
java.lang.String |
getPronunciation() |
java.lang.String |
getReading() |
void |
reflectWith(org.apache.lucene.util.AttributeReflector reflector) |
void |
setToken(Token token) |
public java.lang.String getReading()
getReading in interface ReadingAttributepublic java.lang.String getPronunciation()
getPronunciation in interface ReadingAttributepublic void setToken(Token token)
setToken in interface ReadingAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImplpublic void reflectWith(org.apache.lucene.util.AttributeReflector reflector)
reflectWith in class org.apache.lucene.util.AttributeImpl