Class TextPart


  • public class TextPart
    extends java.lang.Object
    Author:
    klausj
    • Constructor Summary

      Constructors 
      Constructor Description
      TextPart​(java.lang.String text, boolean quoted)  
    • Method Summary

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

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

      • TextPart

        public TextPart​(java.lang.String text,
                        boolean quoted)
    • Method Detail

      • getText

        public java.lang.String getText()
      • isQuoted

        public boolean isQuoted()