Java provides a valueOf(String) method for all enum types. Thus, we can always get an enum value based on the declared name:
確定! 回上一頁