put Enum As String
Stores the enum in its String representation.
When reading a stored Enum string, call Enum.valueOf() to restore the original Enum.
Parameters
value
if null, does nothing
Stores the enum in its String representation.
When reading a stored Enum string, call Enum.valueOf() to restore the original Enum.
if null, does nothing