public class InflectionAttributeImpl extends org.apache.lucene.util.AttributeImpl implements InflectionAttribute, java.lang.Cloneable
| Constructor and Description |
|---|
InflectionAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
java.lang.String |
getInflectionForm() |
java.lang.String |
getInflectionType() |
void |
reflectWith(org.apache.lucene.util.AttributeReflector reflector) |
void |
setToken(Token token) |
public java.lang.String getInflectionType()
getInflectionType in interface InflectionAttributepublic java.lang.String getInflectionForm()
getInflectionForm in interface InflectionAttributepublic void setToken(Token token)
setToken in interface InflectionAttributepublic 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.AttributeImplCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.