Enum MoreText

java.lang.Object
java.lang.Enum<MoreText>
org.refcodes.data.MoreText
All Implemented Interfaces:
Serializable, Comparable<MoreText>, java.lang.constant.Constable, org.refcodes.mixin.CharAccessor

public enum MoreText extends Enum<MoreText> implements org.refcodes.mixin.CharAccessor
Commonly used characters needful for analyzing, parsing or truncating texts.
  • Enum Constant Details

    • MORE_TEXT_BEFORE

      public static final MoreText MORE_TEXT_BEFORE
    • MORE_TEXT_AFTER

      public static final MoreText MORE_TEXT_AFTER
  • Method Details

    • values

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

      public static MoreText valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getChar

      public char getChar()
      Specified by:
      getChar in interface org.refcodes.mixin.CharAccessor