public enum VideoTagType extends Enum<VideoTagType>
| Modifier and Type | Field and Description |
|---|---|
static String |
localId |
static String |
remoteId |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
String |
getId() |
String |
getName() |
String |
getTime() |
static void |
setLocalId(String id) |
static void |
setRemoteId(String id) |
String |
toString() |
static VideoTagType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoTagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoTagType LOCAL
public static final VideoTagType REMOTE
public static VideoTagType[] values()
for (VideoTagType c : VideoTagType.values()) System.out.println(c);
public static VideoTagType 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 getColor()
public String getTime()
public String toString()
toString in class Enum<VideoTagType>public String getName()
public String getId()
public static void setLocalId(String id)
public static void setRemoteId(String id)
Copyright © 2015 Kurento. All rights reserved.