Hi everyone,
I’m trying to learn how to use Dashboard addon, but there’s one thing I don’t understand. I see that I have the possibility to define a parameter for the dashboard: for example I can define the parameter P of integer type with value 5, but if I choose a parameter of Enum type I can only define the class (for example WeekDay.class) but not a real value (for example WeekDay.MONDAY).
In fact I also see that in the source code of EnumParameterValue
that getValue
returns enumClassName.
This does not happen for any other type of parameter: is it an error (the value field is missing in EnumParameterValue ) or does it have a purpose that I did not understand?
thanks a lot
Michele