Enum Class HvlRToolExecutableReportType

java.lang.Object
java.lang.Enum<HvlRToolExecutableReportType>
tr.com.havelsan.javarch.report.rtool.cloud.client.data.HvlRToolExecutableReportType
All Implemented Interfaces:
Serializable, Comparable<HvlRToolExecutableReportType>, Constable, tr.com.havelsan.javarch.data.converter.enumeration.HvlEnumerationConverter<Integer>

public enum HvlRToolExecutableReportType extends Enum<HvlRToolExecutableReportType> implements tr.com.havelsan.javarch.data.converter.enumeration.HvlEnumerationConverter<Integer>
The type represents reporting tool executable report types.
  • Enum Constant Details

  • Method Details

    • values

      public static HvlRToolExecutableReportType[] 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 HvlRToolExecutableReportType 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
    • fromTypeMappingValue

      public static HvlRToolExecutableReportType fromTypeMappingValue(Integer typeMappingValue)
      Obtains reporting tool executable report type using the type mapping value.
      Parameters:
      typeMappingValue - the type mapping value
      Returns:
      the executable report type
    • getTypeMappingValue

      public Integer getTypeMappingValue()
    • toDbValue

      public Integer toDbValue()
      Specified by:
      toDbValue in interface tr.com.havelsan.javarch.data.converter.enumeration.HvlEnumerationConverter<Integer>