Class Line


  • public abstract class Line
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      static Line create​(java.lang.String text, java.lang.String type)  
      abstract java.lang.String text()  
      abstract java.lang.String type()  
      • Methods inherited from class java.lang.Object

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

      • text

        @Nullable
        public abstract java.lang.String text()
      • type

        @Nullable
        public abstract java.lang.String type()
      • create

        public static Line create​(java.lang.String text,
                                  java.lang.String type)