Enum Class BMUVersion

java.lang.Object
java.lang.Enum<BMUVersion>
de.consist.bmu.rule.BMUVersion
All Implemented Interfaces:
Serializable, Comparable<BMUVersion>, Constable

public enum BMUVersion extends Enum<BMUVersion>
Die BMU-Schnittstellenversion.
  • Enum Constant Details

    • V103

      public static final BMUVersion V103
      Version 1.03.
    • V104

      public static final BMUVersion V104
      Version 1.04.
    • V105

      public static final BMUVersion V105
      Version 1.05.
  • Method Details

    • values

      public static BMUVersion[] 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 BMUVersion 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
    • getVersion

      public String getVersion()
      Returns:
      String
    • lookupVersion

      public static BMUVersion lookupVersion(String version)
      Parameters:
      version - String
      Returns:
      BMUVersion