enum class E { I private var name : String? = null public fun name() : String { return "" } public fun order() : Int { return 0 } }