Enum Class RadioBand

java.lang.Object
java.lang.Enum<RadioBand>
org.netxms.client.constants.RadioBand
All Implemented Interfaces:
Serializable, Comparable<RadioBand>, Constable

public enum RadioBand extends Enum<RadioBand>
Radio band
  • Enum Constant Details

    • UNKNOWN

      public static final RadioBand UNKNOWN
    • WIFI_2_4_GHZ

      public static final RadioBand WIFI_2_4_GHZ
    • WIFI_3_65_GHZ

      public static final RadioBand WIFI_3_65_GHZ
    • WIFI_5_GHZ

      public static final RadioBand WIFI_5_GHZ
    • WIFI_6_GHZ

      public static final RadioBand WIFI_6_GHZ
  • Method Details

    • values

      public static RadioBand[] 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 RadioBand 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
    • getValue

      public int getValue()
      Get integer value
      Returns:
      integer value
    • toString

      public String toString()
      Overrides:
      toString in class Enum<RadioBand>
      See Also:
    • getByValue

      public static RadioBand getByValue(int value)
      Get enum element by integer value
      Parameters:
      value - integer value
      Returns:
      enum element corresponding to given integer value or fall-back element for invalid value