Package com.mendix.webui.reporting
Class EnumConstant
java.lang.Object
com.mendix.webui.reporting.EnumConstant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringReturns the caption of the enum constant.final StringReturns the image path of the enum constant.final StringgetKey()Returns the value of the enum constant.final voidsetImagePath(String imagePath) Sets the image path of the enum constant to the specified path.
-
Constructor Details
-
EnumConstant
-
-
Method Details
-
getKey
Returns the value of the enum constant.- Returns:
- the enum value
-
getCaptionKey
Returns the caption of the enum constant.- Returns:
- the caption
-
getImagePath
Returns the image path of the enum constant.- Returns:
- the image path
-
setImagePath
Sets the image path of the enum constant to the specified path.- Parameters:
imagePath- the path to set
-