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