public enum WebPageType extends Enum<WebPageType>
| Enum Constant and Description |
|---|
MULTIBROWSER |
MULTISESSION |
PLAYER |
ROOM |
ROOT |
SCREEN |
WEBRTC |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WebPageType |
value2WebPageType(String value) |
static WebPageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebPageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebPageType PLAYER
public static final WebPageType WEBRTC
public static final WebPageType ROOM
public static final WebPageType SCREEN
public static final WebPageType ROOT
public static final WebPageType MULTIBROWSER
public static final WebPageType MULTISESSION
public static WebPageType[] values()
for (WebPageType c : WebPageType.values()) System.out.println(c);
public static WebPageType 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 toString()
toString in class Enum<WebPageType>public static WebPageType value2WebPageType(String value)
Copyright © 2016 Kurento. All rights reserved.