Enum Class的使用
com.github.shuaidd.enums.ButtonType
使用ButtonType的程序包
-
com.github.shuaidd.dto.tool中ButtonType的使用
参数类型为ButtonType的com.github.shuaidd.dto.tool中的方法 -
com.github.shuaidd.enums中ButtonType的使用
修饰符和类型方法说明static ButtonTypeReturns the enum constant of this class with the specified name.static ButtonType[]ButtonType.values()Returns an array containing the constants of this enum class, in the order they are declared.