public static enum UserEvent.eventType extends Enum<UserEvent.eventType>
| Modifier and Type | Method and Description |
|---|---|
static UserEvent.eventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserEvent.eventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserEvent.eventType CREATE
public static final UserEvent.eventType LIKE
public static UserEvent.eventType[] values()
for (UserEvent.eventType c : UserEvent.eventType.values()) System.out.println(c);
public static UserEvent.eventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2003–2020 eXo Platform SAS. All rights reserved.