public enum RpcModuleState extends Enum<RpcModuleState>
public static final RpcModuleState Start
public static final RpcModuleState Ready
public static final RpcModuleState Running
public static RpcModuleState[] values()
for (RpcModuleState c : RpcModuleState.values()) System.out.println(c);
public static RpcModuleState valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public int getIndex()
Copyright © 2021. All rights reserved.