public enum EventType extends Enum<EventType>
public static final EventType a
public static final EventType b
public static final EventType c
public static final EventType d
public static final EventType e
public static final EventType f
public static final EventType g
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.