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