Enum Class ReportRenderFormat

java.lang.Object
java.lang.Enum<ReportRenderFormat>
org.netxms.client.reporting.ReportRenderFormat
All Implemented Interfaces:
Serializable, Comparable<ReportRenderFormat>, Constable

public enum ReportRenderFormat extends Enum<ReportRenderFormat>
Formats for report rendering
  • Enum Constant Details

  • Method Details

    • values

      public static ReportRenderFormat[] 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 ReportRenderFormat 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
    • getCode

      public int getCode()
      Returns:
      the code
    • valueOf

      public static final ReportRenderFormat valueOf(Integer code)
      Get by code.
      Parameters:
      code - integer code
      Returns:
      enum value for given integer code or NONE if code is unknown
    • getExtension

      public String getExtension()
      Get file extension.
      Returns:
      file extension