Enum Class Propagation

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

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

    • AIRCRAFT_SCATTER

      public static final Propagation AIRCRAFT_SCATTER
    • AURORA

      public static final Propagation AURORA
    • AURORA_E

      public static final Propagation AURORA_E
    • BACK_SCATTER

      public static final Propagation BACK_SCATTER
    • EARTH_MOON_EARTH

      public static final Propagation EARTH_MOON_EARTH
    • SPORADIC_E

      public static final Propagation SPORADIC_E
    • FIELD_ALIGNED_IRREGULARITIES

      public static final Propagation FIELD_ALIGNED_IRREGULARITIES
    • F2_REFLECTION

      public static final Propagation F2_REFLECTION
    • INTERNET

      public static final Propagation INTERNET
    • IONOSCATTER

      public static final Propagation IONOSCATTER
    • IRLP

      public static final Propagation IRLP
    • METEOR_SCATTER

      public static final Propagation METEOR_SCATTER
    • REPEATER

      public static final Propagation REPEATER
    • RAIN_SCATTER

      public static final Propagation RAIN_SCATTER
    • SATELLITE

      public static final Propagation SATELLITE
    • TRANSEQUATORIAL

      public static final Propagation TRANSEQUATORIAL
    • TROPOSPHERIC_DUCTING

      public static final Propagation TROPOSPHERIC_DUCTING
  • Method Details

    • values

      public static Propagation[] 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 Propagation 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
    • findByCode

      public static Propagation findByCode(String code)