public static enum Consts.ACLAction extends Enum<Consts.ACLAction>
public static final Consts.ACLAction GRANT
public static final Consts.ACLAction REVOKE
public static Consts.ACLAction[] values()
for (Consts.ACLAction c : Consts.ACLAction.values()) System.out.println(c);
public static Consts.ACLAction valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String toString()
toString 在类中 Enum<Consts.ACLAction>Copyright © 2020. All Rights Reserved.