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