Enum Class NoiseStoreType

java.lang.Object
java.lang.Enum<NoiseStoreType>
binaryFileStorage.NoiseStoreType
All Implemented Interfaces:
Serializable, Comparable<NoiseStoreType>, Constable

public enum NoiseStoreType extends Enum<NoiseStoreType>
Where to store data for detectors which have a specific noise measured output i.e. the datablock has a BackgroundManager which will be producing regular noise measures which will want storing somewhere.
Can either store in the pamguard data files, which will make those files incompatible with previous data, or in pgnf files where the noise will set by iteself.
Author:
Doug Gillespie
  • Enum Constant Details

  • Method Details

    • values

      public static NoiseStoreType[] 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 NoiseStoreType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<NoiseStoreType>
    • getToolTip

      public String getToolTip()