java - Converting String to enum -


this question has answer here:

public enum day {   sunday, monday, tuesday, wednesday,   thursday, friday, saturday   } 

if input "sunday" string, how can corresponding day.sunday?

day day = day.valueof("sunday"); 

Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -