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