public static enum VideoCopyright.EnumContentCategory extends Enum<VideoCopyright.EnumContentCategory>
Enum Constant and Description |
---|
VALUE_EPISODE |
VALUE_MOVIE |
VALUE_WEB |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static VideoCopyright.EnumContentCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoCopyright.EnumContentCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoCopyright.EnumContentCategory VALUE_EPISODE
public static final VideoCopyright.EnumContentCategory VALUE_MOVIE
public static final VideoCopyright.EnumContentCategory VALUE_WEB
public static VideoCopyright.EnumContentCategory[] values()
for (VideoCopyright.EnumContentCategory c : VideoCopyright.EnumContentCategory.values()) System.out.println(c);
public static VideoCopyright.EnumContentCategory 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<VideoCopyright.EnumContentCategory>
Copyright © 2020. All rights reserved.