public class ConjugationAttributeImpl extends org.apache.lucene.util.AttributeImpl implements ConjugationAttribute, Cloneable
| Constructor and Description |
|---|
ConjugationAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
String |
getConjugationalForm() |
String |
getConjugationalType() |
void |
reflectWith(org.apache.lucene.util.AttributeReflector reflector) |
void |
setMorpheme(Morpheme morpheme) |
public String getConjugationalForm()
getConjugationalForm in interface ConjugationAttributepublic String getConjugationalType()
getConjugationalType in interface ConjugationAttributepublic void setMorpheme(Morpheme morpheme)
setMorpheme in interface ConjugationAttributepublic 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