wst
enum class JobState constructor(val value: Int) { ... }
@JsonValue public Integer getValue() { return value; }