public enum MusicSearchReturnType extends Enum<MusicSearchReturnType>
| Enum Constant and Description |
|---|
ALBUM |
ARTIST |
COMPOSER |
DEFAULT |
GENRE_INDEX |
MIX |
SONG |
TRACK |
VIDEO |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterValue() |
static MusicSearchReturnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MusicSearchReturnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MusicSearchReturnType DEFAULT
public static final MusicSearchReturnType MIX
public static final MusicSearchReturnType SONG
public static final MusicSearchReturnType ALBUM
public static final MusicSearchReturnType VIDEO
public static final MusicSearchReturnType ARTIST
public static final MusicSearchReturnType COMPOSER
public static final MusicSearchReturnType GENRE_INDEX
public static final MusicSearchReturnType TRACK
public static MusicSearchReturnType[] values()
for (MusicSearchReturnType c : MusicSearchReturnType.values()) System.out.println(c);
public static MusicSearchReturnType 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 getParameterValue()
Copyright © 2018. All rights reserved.