org.apache.lucene.analysis.ja.tokenAttributes
Class PronunciationsAttributeImpl

java.lang.Object
  extended by org.apache.lucene.util.AttributeImpl
      extended by org.apache.lucene.analysis.ja.tokenAttributes.PronunciationsAttributeImpl
All Implemented Interfaces:
Serializable, Cloneable, PronunciationsAttribute, org.apache.lucene.util.Attribute

public class PronunciationsAttributeImpl
extends org.apache.lucene.util.AttributeImpl
implements PronunciationsAttribute, Cloneable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.lucene.util.AttributeImpl
enableBackwards
 
Constructor Summary
PronunciationsAttributeImpl()
           
 
Method Summary
 void clear()
           
 void copyTo(org.apache.lucene.util.AttributeImpl target)
           
 List<String> getPronunciations()
           
 void reflectWith(org.apache.lucene.util.AttributeReflector reflector)
           
 void setMorpheme(Morpheme morpheme)
           
 
Methods inherited from class org.apache.lucene.util.AttributeImpl
clone, reflectAsString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PronunciationsAttributeImpl

public PronunciationsAttributeImpl()
Method Detail

getPronunciations

public List<String> getPronunciations()
Specified by:
getPronunciations in interface PronunciationsAttribute

setMorpheme

public void setMorpheme(Morpheme morpheme)
Specified by:
setMorpheme in interface PronunciationsAttribute

clear

public void clear()
Specified by:
clear in class org.apache.lucene.util.AttributeImpl

copyTo

public void copyTo(org.apache.lucene.util.AttributeImpl target)
Specified by:
copyTo in class org.apache.lucene.util.AttributeImpl

reflectWith

public void reflectWith(org.apache.lucene.util.AttributeReflector reflector)
Overrides:
reflectWith in class org.apache.lucene.util.AttributeImpl


Copyright © 2012. All Rights Reserved.