Enum Class EDataType

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

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

    • STANDARD_OFFICE_DOCUMENTS

      public static final EDataType STANDARD_OFFICE_DOCUMENTS
    • NETWORKBASED_DATA

      public static final EDataType NETWORKBASED_DATA
    • DATABASES

      public static final EDataType DATABASES
    • IMAGES

      public static final EDataType IMAGES
    • STRUCTURED_GRAPHICS

      public static final EDataType STRUCTURED_GRAPHICS
    • AUDIOVISUAL_DATA

      public static final EDataType AUDIOVISUAL_DATA
    • SCIENTIFIC_STATISTICAL_DATA

      public static final EDataType SCIENTIFIC_STATISTICAL_DATA
    • RAW_DATA

      public static final EDataType RAW_DATA
    • PLAIN_TEXT

      public static final EDataType PLAIN_TEXT
    • STRUCTURED_TEXT

      public static final EDataType STRUCTURED_TEXT
    • ARCHIVED_DATA

      public static final EDataType ARCHIVED_DATA
    • SOFTWARE_APPLICATIONS

      public static final EDataType SOFTWARE_APPLICATIONS
    • SOURCE_CODE

      public static final EDataType SOURCE_CODE
    • CONFIGURATION_DATA

      public static final EDataType CONFIGURATION_DATA
    • OTHER

      public static final EDataType OTHER
  • Method Details

    • values

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

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

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