Class AutoCorrectionInfo


  • public class AutoCorrectionInfo
    extends java.lang.Object
    Marker class to be used to recognize list entry that is used to show auto correction.
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoCorrectionInfo​(java.lang.String autoCorrection)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AutoCorrectionInfo

        public AutoCorrectionInfo​(java.lang.String autoCorrection)
    • Method Detail

      • getValue

        public java.lang.String getValue()