Enum P452ver16Clutter

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<P452ver16Clutter>

    public enum P452ver16Clutter
    extends java.lang.Enum<P452ver16Clutter>
    Created by karl on 25.01.2017. Added "no clutter" to allow simulating clutter only at one end (Tx or Rx), 15.01.2019, Ivica Stevanovic (OFCOM CH)
    • Method Detail

      • values

        public static P452ver16Clutter[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (P452ver16Clutter c : P452ver16Clutter.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static P452ver16Clutter valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getName

        public java.lang.String getName()
      • getHeight

        public double getHeight()
      • getDistance

        public double getDistance()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<P452ver16Clutter>