-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum YogaLogLevel
-
-
Method Summary
Modifier and Type Method Description int
intValue()
static YogaLogLevel
fromInt(int value)
static Array<YogaLogLevel>
values()
static YogaLogLevel
valueOf(String name)
-
-
Method Detail
-
intValue
int intValue()
-
fromInt
static YogaLogLevel fromInt(int value)
-
values
static Array<YogaLogLevel> values()
-
valueOf
static YogaLogLevel valueOf(String name)
-
-
-
-