fromInt

fun fromInt(value: Int): <Error class: unknown class>

Converts an integer value to a CardStatus.

Return

The corresponding CardStatus.

Parameters

value

The integer value representing the card status.

Throws

NoSuchElementException

if no matching CardStatus is found.