get As
Attempts to retrieve the value as the specified enum type.
Return
The enum value if this is an EnumValue of the correct type, null otherwise
Parameters
E
The expected enum type
Attempts to retrieve the value as the specified enum type using KClass.
Return
The enum value if this is an EnumValue of the correct type, null otherwise
Parameters
E
The expected enum type
k Class
The KClass of the expected enum type