Enum Class Band

java.lang.Object
java.lang.Enum<Band>
org.marsik.ham.adif.enums.Band
All Implemented Interfaces:
Serializable, Comparable<Band>, Constable, AdifEnumCode

public enum Band extends Enum<Band> implements AdifEnumCode
  • Enum Constant Details

    • BAND_2190m

      public static final Band BAND_2190m
    • BAND_630m

      public static final Band BAND_630m
    • BAND_560m

      public static final Band BAND_560m
    • BAND_160m

      public static final Band BAND_160m
    • BAND_80m

      public static final Band BAND_80m
    • BAND_60m

      public static final Band BAND_60m
    • BAND_40m

      public static final Band BAND_40m
    • BAND_30m

      public static final Band BAND_30m
    • BAND_20m

      public static final Band BAND_20m
    • BAND_17m

      public static final Band BAND_17m
    • BAND_15m

      public static final Band BAND_15m
    • BAND_12m

      public static final Band BAND_12m
    • BAND_10m

      public static final Band BAND_10m
    • BAND_6m

      public static final Band BAND_6m
    • BAND_4m

      public static final Band BAND_4m
    • BAND_2m

      public static final Band BAND_2m
    • BAND_1_25m

      public static final Band BAND_1_25m
    • BAND_70cm

      public static final Band BAND_70cm
    • BAND_33cm

      public static final Band BAND_33cm
    • BAND_23cm

      public static final Band BAND_23cm
    • BAND_13cm

      public static final Band BAND_13cm
    • BAND_9cm

      public static final Band BAND_9cm
    • BAND_6cm

      public static final Band BAND_6cm
    • BAND_3cm

      public static final Band BAND_3cm
    • BAND_1_25cm

      public static final Band BAND_1_25cm
    • BAND_6mm

      public static final Band BAND_6mm
    • BAND_4mm

      public static final Band BAND_4mm
    • BAND_2_5mm

      public static final Band BAND_2_5mm
    • BAND_2mm

      public static final Band BAND_2mm
    • BAND_1mm

      public static final Band BAND_1mm
  • Method Details

    • values

      public static Band[] 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 Band 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
    • adifCode

      public String adifCode()
      Specified by:
      adifCode in interface AdifEnumCode
    • getLowerFrequency

      public double getLowerFrequency()
    • getUpperFrequency

      public double getUpperFrequency()
    • findByCode

      public static Band findByCode(String code)