public enum ShortFilmSearchReturnType extends Enum<ShortFilmSearchReturnType>
| Enum Constant and Description |
|---|
ARTIST |
SHORT_FILM |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterValue() |
static ShortFilmSearchReturnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShortFilmSearchReturnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShortFilmSearchReturnType ARTIST
public static final ShortFilmSearchReturnType SHORT_FILM
public static ShortFilmSearchReturnType[] values()
for (ShortFilmSearchReturnType c : ShortFilmSearchReturnType.values()) System.out.println(c);
public static ShortFilmSearchReturnType 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.