Class ReportObject.TitleValue

  • Enclosing class:
    ReportObject

    public class ReportObject.TitleValue
    extends java.lang.Object
    Holder for formatted and unformatted versions of a title part.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFormatted()
      Get the formatted version, with e.g.
      java.lang.String getUnformatted()
      Get the unformatted version that is just the field value.
      • Methods inherited from class java.lang.Object

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

      • getFormatted

        public java.lang.String getFormatted()
        Get the formatted version, with e.g. italics tags.
        Returns:
        formatted title part
      • getUnformatted

        public java.lang.String getUnformatted()
        Get the unformatted version that is just the field value.
        Returns:
        unformatted title part