Enum Class的使用
org.dromara.northstar.common.constant.ConnectionState
使用ConnectionState的程序包
-
org.dromara.northstar.common.constant中ConnectionState的使用
修饰符和类型方法说明static ConnectionStateReturns the enum constant of this class with the specified name.static ConnectionState[]ConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
org.dromara.northstar.gateway中ConnectionState的使用