Class ExampleSentence

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String example  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExampleSentence​(java.lang.String example)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExample()
      Return the example, typically one sentence.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • example

        protected final java.lang.String example
    • Constructor Detail

      • ExampleSentence

        public ExampleSentence​(java.lang.String example)
    • Method Detail

      • getExample

        public java.lang.String getExample()
        Return the example, typically one sentence.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object