Enum Class EMetricType

java.lang.Object
java.lang.Enum<EMetricType>
com.idmedia.translationstudio.api.specialists.EMetricType
All Implemented Interfaces:
Serializable, Comparable<EMetricType>, Constable

public enum EMetricType extends Enum<EMetricType>
Metric Type
Author:
I-D Media AG
  • Enum Constant Details

    • UNDEFINED

      public static final EMetricType UNDEFINED
    • EXPORT_SUCCESS

      public static final EMetricType EXPORT_SUCCESS
    • IMPORT_SUCCESS

      public static final EMetricType IMPORT_SUCCESS
    • IMPORT_ERROR

      public static final EMetricType IMPORT_ERROR
    • FILECOUNT_EXPORT

      public static final EMetricType FILECOUNT_EXPORT
    • FILECOUNT_IMPORT_ERROR

      public static final EMetricType FILECOUNT_IMPORT_ERROR
    • FILECOUNT_IMPORT_SUCCESS

      public static final EMetricType FILECOUNT_IMPORT_SUCCESS
    • WORDCOUNT

      public static final EMetricType WORDCOUNT
  • Method Details

    • values

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

      public int getValue()
    • getState

      @NotNull public static @NotNull EMetricType getState(int type)