Class FormattedContentToken

    • Constructor Summary

      Constructors 
      Constructor Description
      FormattedContentToken​(java.lang.Object original, java.text.Format format, java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.text.Format getFormat()  
      java.lang.Object getOriginal()  
      java.lang.String getText()  
      • Methods inherited from class java.lang.Object

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

      • FormattedContentToken

        public FormattedContentToken​(java.lang.Object original,
                                     java.text.Format format,
                                     java.lang.String text)