Class TextTemplatePart

  • All Implemented Interfaces:
    TemplatePart

    public class TextTemplatePart
    extends java.lang.Object
    implements TemplatePart
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TextTemplatePart​(java.lang.String text)  
    • Method Summary

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

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

      • TextTemplatePart

        protected TextTemplatePart​(java.lang.String text)
    • Method Detail

      • text

        public final java.lang.String text()