Class OrthoComment

All Implemented Interfaces:
IExtendable, OrthoElement

public class OrthoComment extends AbstractOrthoElement
Comment with syntax type:data type is optional
  • Constructor Details

    • OrthoComment

      public OrthoComment(String data)
    • OrthoComment

      public OrthoComment(String type, String data)
  • Method Details

    • getType

      public String getType()
    • getData

      public String getData()
    • text

      public String text()
      Description copied from interface: OrthoElement
      Get string representation of the element.
      Returns:
      the string value of the element
    • toString

      public String toString()
      Overrides:
      toString in class Object