public static enum MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType extends java.lang.Enum<MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType>
Modifier and Type | Method and Description |
---|---|
static MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType NEW
public static final MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType RECONNECT
public static MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType[] values()
for (MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType c : MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType.values()) System.out.println(c);
public static MatsSocketServer.SessionEstablishedEvent.SessionEstablishedEventType 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 null