-
public enum UserEventTypeCopyright 2017 Meniga Iceland Inc.
-
-
Constructor Summary
Constructors Constructor Description UserEventType(String tagIn)
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description StringtoString()static UserEventTypeparse(String userEventTypeIdentifier)static Array<UserEventType>values()static UserEventTypevalueOf(String name)-
-
Constructor Detail
-
UserEventType
UserEventType(String tagIn)
-
-
Method Detail
-
parse
static UserEventType parse(String userEventTypeIdentifier)
-
values
static Array<UserEventType> values()
-
valueOf
static UserEventType valueOf(String name)
-
-
-
-