Enum Class UpdateChannel

java.lang.Object
java.lang.Enum<UpdateChannel>
lu.kbra.modelizer_next.bootstrap.UpdateChannel
All Implemented Interfaces:
Serializable, Comparable<UpdateChannel>, Constable

public enum UpdateChannel extends Enum<UpdateChannel>
Supported release channels for updates.
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static UpdateChannel[] 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 UpdateChannel 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
    • displayName

      public String displayName()
      Returns the human-readable display name.
      Returns:
      the display name result
    • manifestKey

      public String manifestKey()
      Returns the string key used in update manifests.
      Returns:
      the manifest key result
    • byId

      public static UpdateChannel byId(int channelRank)
      Returns the update channel with the supplied numeric id.
      Parameters:
      channelRank - numeric channel rank value
      Returns:
      the by ID result