public static enum MediaDetection.SearchType extends java.lang.Enum<MediaDetection.SearchType>
Enum Constant and Description |
---|
AUDIO
The audio.
|
DOCUMENT
The document.
|
IMAGE
The image.
|
SLIDESHOW
The slideshow.
|
VIDEO
The video.
|
Modifier and Type | Method and Description |
---|---|
static MediaDetection.SearchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaDetection.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaDetection.SearchType AUDIO
public static final MediaDetection.SearchType DOCUMENT
public static final MediaDetection.SearchType IMAGE
public static final MediaDetection.SearchType SLIDESHOW
public static final MediaDetection.SearchType VIDEO
public static MediaDetection.SearchType[] values()
for (MediaDetection.SearchType c : MediaDetection.SearchType.values()) System.out.println(c);
public static MediaDetection.SearchType 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