Enum Class Text

java.lang.Object
java.lang.Enum<Text>
org.refcodes.data.Text
All Implemented Interfaces:
Serializable, Comparable<Text>, Constable, org.refcodes.mixin.TextAccessor

public enum Text extends Enum<Text> implements org.refcodes.mixin.TextAccessor
Commonly used text blocks in the code.
  • Enum Constant Details

    • REFCODES_ORG

      public static final Text REFCODES_ORG
    • UNSUPPORTED_OPERATION

      public static final Text UNSUPPORTED_OPERATION
    • ILLEGAL_STATE

      public static final Text ILLEGAL_STATE
    • NOT_YET_IMPLEMENTED

      public static final Text NOT_YET_IMPLEMENTED
    • NULL_VALUE

      public static final Text NULL_VALUE
    • LICENSE

      public static final Text LICENSE
    • ARECIBO_MESSAGE

      public static final Text ARECIBO_MESSAGE
      See "https://en.wikipedia.org/wiki/Arecibo_message"
  • Method Details

    • values

      public static Text[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Text valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getText

      public String getText()
      Specified by:
      getText in interface org.refcodes.mixin.TextAccessor
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Text>
    • toStrings

      public String[] toStrings()
      Returns the text block representation of this element.
      Returns:
      The text block representation.