Package com.mendix.webui.reporting
Class EnumConstant
java.lang.Object
com.mendix.webui.reporting.EnumConstant
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Returns the caption of the enum constant.final String
Returns the image path of the enum constant.final String
getKey()
Returns the value of the enum constant.final void
setImagePath
(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
-