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

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

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