Enum Class EDataQualityType

java.lang.Object
java.lang.Enum<EDataQualityType>
org.damap.base.enums.EDataQualityType
All Implemented Interfaces:
Serializable, Comparable<EDataQualityType>, Constable

public enum EDataQualityType extends Enum<EDataQualityType>
EDataQualityType class.
  • Enum Constant Details

    • CALIBRATION

      public static final EDataQualityType CALIBRATION
    • REPEATED_SAMPLES_OR_MEASUREMENTS

      public static final EDataQualityType REPEATED_SAMPLES_OR_MEASUREMENTS
    • STANDARDISED_DATA_CAPTURE

      public static final EDataQualityType STANDARDISED_DATA_CAPTURE
    • DATA_ENTRY_VALIDATION

      public static final EDataQualityType DATA_ENTRY_VALIDATION
    • PEER_REVIEW_OF_DATA

      public static final EDataQualityType PEER_REVIEW_OF_DATA
    • REPRESENTATION_WITH_CONTROLLED_VOCABULARIES

      public static final EDataQualityType REPRESENTATION_WITH_CONTROLLED_VOCABULARIES
    • OTHERS

      public static final EDataQualityType OTHERS
  • Method Details

    • values

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

      public String getValue()
      Getter for the field value.
      Returns:
      a String object
    • getByValue

      public static EDataQualityType getByValue(String value)
      getByValue.
      Parameters:
      value - a String object
      Returns:
      a EDataQualityType object