public enum ChannelEvent extends java.lang.Enum<ChannelEvent>
| Modifier and Type | Method and Description |
|---|---|
static ChannelEvent |
getEvent(java.lang.String phxEvent) |
java.lang.String |
getPhxEvent() |
static ChannelEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChannelEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelEvent CLOSE
public static final ChannelEvent ERROR
public static final ChannelEvent JOIN
public static final ChannelEvent REPLY
public static final ChannelEvent LEAVE
public static ChannelEvent[] values()
for (ChannelEvent c : ChannelEvent.values()) System.out.println(c);
public static ChannelEvent valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ChannelEvent getEvent(java.lang.String phxEvent)
public java.lang.String getPhxEvent()