Class EnumConstant

java.lang.Object
com.mendix.webui.reporting.EnumConstant

public class EnumConstant extends Object
  • Constructor Details

    • EnumConstant

      public EnumConstant(String key, String captionKey)
  • Method Details

    • getKey

      public final String getKey()
      Returns the value of the enum constant.
      Returns:
      the enum value
    • getCaptionKey

      public final String getCaptionKey()
      Returns the caption of the enum constant.
      Returns:
      the caption
    • getImagePath

      public final String getImagePath()
      Returns the image path of the enum constant.
      Returns:
      the image path
    • setImagePath

      public final void setImagePath(String imagePath)
      Sets the image path of the enum constant to the specified path.
      Parameters:
      imagePath - the path to set