public enum Tagger extends Enum<Tagger>
This is not meant to be a definitive list but is first attempt to document a list of taggers in order for us to link nonstandard fields, and link nonstandard tagging to them
Enum Constant and Description |
---|
BEATUNES |
FOOBAR2000 |
GODFATHER |
ITUNES |
JAIKOZ |
JRIVER |
MEDIA_MONKEY |
MEDIAPLAYER |
MP3TAG |
MUSICHI |
PICARD |
SONGBIRD |
TAG_AND_RENAME |
TAGSCANNER |
WINAMP |
XIPH |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Tagger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tagger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tagger ITUNES
public static final Tagger MEDIAPLAYER
public static final Tagger WINAMP
public static final Tagger MP3TAG
public static final Tagger MEDIA_MONKEY
public static final Tagger TAG_AND_RENAME
public static final Tagger PICARD
public static final Tagger JAIKOZ
public static final Tagger TAGSCANNER
public static final Tagger XIPH
public static final Tagger FOOBAR2000
public static final Tagger BEATUNES
public static final Tagger SONGBIRD
public static final Tagger JRIVER
public static final Tagger GODFATHER
public static final Tagger MUSICHI
public static Tagger[] values()
for (Tagger c : Tagger.values()) System.out.println(c);
public static Tagger 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.