public static enum Notification.Method extends Enum<Notification.Method>
| Enum Constant and Description |
|---|
ICECANDIDATE_METHOD |
MEDIAERROR_METHOD |
PARTICIPANTEVICTED_METHOD |
PARTICIPANTJOINED_METHOD |
PARTICIPANTLEFT_METHOD |
PARTICIPANTPUBLISHED_METHOD |
PARTICIPANTSENDMESSAGE_METHOD |
PARTICIPANTUNPUBLISHED_METHOD |
ROOMCLOSED_METHOD |
| Modifier and Type | Method and Description |
|---|---|
static Notification.Method |
getFromValue(String val) |
String |
getMethodValue() |
String |
toString() |
static Notification.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Method ICECANDIDATE_METHOD
public static final Notification.Method MEDIAERROR_METHOD
public static final Notification.Method PARTICIPANTJOINED_METHOD
public static final Notification.Method PARTICIPANTLEFT_METHOD
public static final Notification.Method PARTICIPANTEVICTED_METHOD
public static final Notification.Method PARTICIPANTPUBLISHED_METHOD
public static final Notification.Method PARTICIPANTUNPUBLISHED_METHOD
public static final Notification.Method ROOMCLOSED_METHOD
public static final Notification.Method PARTICIPANTSENDMESSAGE_METHOD
public static Notification.Method[] values()
for (Notification.Method c : Notification.Method.values()) System.out.println(c);
public static Notification.Method 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 nullpublic String getMethodValue()
public static Notification.Method getFromValue(String val)
public String toString()
toString in class Enum<Notification.Method>Copyright © 2015 Kurento. All rights reserved.