Package org.lwjgl

Enum Version.BuildType

java.lang.Object
java.lang.Enum<Version.BuildType>
org.lwjgl.Version.BuildType
All Implemented Interfaces:
Serializable, Comparable<Version.BuildType>, java.lang.constant.Constable
Enclosing class:
Version

public static enum Version.BuildType extends Enum<Version.BuildType>
The development state of the current build.
  • Enum Constant Details

    • ALPHA

      public static final Version.BuildType ALPHA
      Work in progress, unstable.
    • BETA

      public static final Version.BuildType BETA
      Feature complete, unstable.
    • STABLE

      public static final Version.BuildType STABLE
      Feature complete, stable, official release.
  • Field Details

    • postfix

      public final String postfix
  • Method Details

    • values

      public static Version.BuildType[] 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 Version.BuildType 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