Post
EN

Finding enum by the value in kotlin

https://www.baeldung.com/kotlin/enum-find-by-value

[**Finding Enum by the Value in Kotlin Baeldung on Kotlin**](https://www.baeldung.com/kotlin/enum-find-by-value)

Learn how to find an enum instance by a given value.

kotlin 문법으로 여러 방법을 나타내준다.

물론 예제에는 enum에 변수가 1개로 나오는데 여러개일 경우에는 알려주는 방법중에서 선택해서 해야할 것 같다.

This article is licensed under CC BY 4.0 by the author.