public class ReadingAttributeImpl extends AttributeImpl implements ReadingAttribute, Cloneable
| Constructor and Description |
|---|
ReadingAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(AttributeImpl target) |
String |
getPronunciation() |
String |
getReading() |
void |
reflectWith(AttributeReflector reflector) |
void |
setToken(Token token) |
clone, end, reflectAsStringpublic String getReading()
getReading in interface ReadingAttributepublic String getPronunciation()
getPronunciation in interface ReadingAttributepublic void setToken(Token token)
setToken in interface ReadingAttributepublic void clear()
clear in class AttributeImplpublic void copyTo(AttributeImpl target)
copyTo in class AttributeImplpublic void reflectWith(AttributeReflector reflector)
reflectWith in class AttributeImplCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.