Enum Class ReadMeStatus

java.lang.Object
java.lang.Enum<ReadMeStatus>
com.winchesters.devopsify.enums.ReadMeStatus
All Implemented Interfaces:
Serializable, Comparable<ReadMeStatus>, Constable

public enum ReadMeStatus extends Enum<ReadMeStatus>
  • Enum Constant Details

    • MISSING

      public static final ReadMeStatus MISSING
    • EMPTY

      public static final ReadMeStatus EMPTY
    • SMALL

      public static final ReadMeStatus SMALL
    • DOES_NOT_CONTAIN_TITLE

      public static final ReadMeStatus DOES_NOT_CONTAIN_TITLE
    • DOES_NOT_CONTAIN_HOW_TO_USE

      public static final ReadMeStatus DOES_NOT_CONTAIN_HOW_TO_USE
    • DOES_NOT_CONTAIN_TECHNOLOGIES

      public static final ReadMeStatus DOES_NOT_CONTAIN_TECHNOLOGIES
    • DOES_NOT_CONTAIN_VERSION

      public static final ReadMeStatus DOES_NOT_CONTAIN_VERSION
    • DOES_NOT_CONTAIN_STATUS

      public static final ReadMeStatus DOES_NOT_CONTAIN_STATUS
    • OKAY

      public static final ReadMeStatus OKAY
  • Method Details

    • values

      public static ReadMeStatus[] 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 ReadMeStatus 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