enum class RecyclerType constructor(val int: Int) { BODY(1), HEADER(2) FOOTER(3); companion object { // enumへの変換を行う fun ...
確定! 回上一頁