Package org.deepsymmetry.cratedigger.pdb
Enum RekordboxAnlz.MoodMidPhrase
- java.lang.Object
-
- java.lang.Enum<RekordboxAnlz.MoodMidPhrase>
-
- org.deepsymmetry.cratedigger.pdb.RekordboxAnlz.MoodMidPhrase
-
- All Implemented Interfaces:
Serializable
,Comparable<RekordboxAnlz.MoodMidPhrase>
- Enclosing class:
- RekordboxAnlz
public static enum RekordboxAnlz.MoodMidPhrase extends Enum<RekordboxAnlz.MoodMidPhrase>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RekordboxAnlz.MoodMidPhrase
byId(long id)
long
id()
static RekordboxAnlz.MoodMidPhrase
valueOf(String name)
Returns the enum constant of this type with the specified name.static RekordboxAnlz.MoodMidPhrase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INTRO
public static final RekordboxAnlz.MoodMidPhrase INTRO
-
VERSE_1
public static final RekordboxAnlz.MoodMidPhrase VERSE_1
-
VERSE_2
public static final RekordboxAnlz.MoodMidPhrase VERSE_2
-
VERSE_3
public static final RekordboxAnlz.MoodMidPhrase VERSE_3
-
VERSE_4
public static final RekordboxAnlz.MoodMidPhrase VERSE_4
-
VERSE_5
public static final RekordboxAnlz.MoodMidPhrase VERSE_5
-
VERSE_6
public static final RekordboxAnlz.MoodMidPhrase VERSE_6
-
BRIDGE
public static final RekordboxAnlz.MoodMidPhrase BRIDGE
-
CHORUS
public static final RekordboxAnlz.MoodMidPhrase CHORUS
-
OUTRO
public static final RekordboxAnlz.MoodMidPhrase OUTRO
-
-
Method Detail
-
values
public static RekordboxAnlz.MoodMidPhrase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RekordboxAnlz.MoodMidPhrase c : RekordboxAnlz.MoodMidPhrase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RekordboxAnlz.MoodMidPhrase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
id
public long id()
-
byId
public static RekordboxAnlz.MoodMidPhrase byId(long id)
-
-