-
- All Implemented Interfaces:
-
java.io.Serializable
public enum CustomChallengeColor implements Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description int
toColorInt()
String
toColorString()
static CustomChallengeColor
getRandom()
static Array<CustomChallengeColor>
values()
static CustomChallengeColor
valueOf(String name)
-
-
Method Detail
-
toColorInt
@Deprecated() int toColorInt()
-
toColorString
String toColorString()
-
getRandom
static CustomChallengeColor getRandom()
-
values
static Array<CustomChallengeColor> values()
-
valueOf
static CustomChallengeColor valueOf(String name)
-
-
-
-