Re: Add a new home property to a change listener
by Puybaret » Wed Jun 07, 2017 10:51 am
The method [font=courier new]valueOf[/font] of an enum takes into account only values of the enum that exist.
The main problem comes from the fact that enums are [font=courier new]final[/font], and using enums for these properties is actually a wrong idea I had [:(]