public enum VorbisAlbumArtistReadOptions extends Enum<VorbisAlbumArtistReadOptions>
Enum Constant and Description |
---|
READ_ALBUMARTIST |
READ_ALBUMARTIST_THEN_JRIVER |
READ_JRIVER_ALBUMARTIST |
READ_JRIVER_THEN_ALBUMARTIST |
Modifier and Type | Method and Description |
---|---|
static VorbisAlbumArtistReadOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VorbisAlbumArtistReadOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VorbisAlbumArtistReadOptions READ_ALBUMARTIST
public static final VorbisAlbumArtistReadOptions READ_JRIVER_ALBUMARTIST
public static final VorbisAlbumArtistReadOptions READ_ALBUMARTIST_THEN_JRIVER
public static final VorbisAlbumArtistReadOptions READ_JRIVER_THEN_ALBUMARTIST
public static VorbisAlbumArtistReadOptions[] values()
for (VorbisAlbumArtistReadOptions c : VorbisAlbumArtistReadOptions.values()) System.out.println(c);
public static VorbisAlbumArtistReadOptions 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 nullCopyright © 2005–2020 jthink.net. All rights reserved.