Package org.deepsymmetry.cratedigger.pdb
Enum RekordboxAnlz.PhraseVerseBridgeId
- java.lang.Object
-
- java.lang.Enum<RekordboxAnlz.PhraseVerseBridgeId>
-
- org.deepsymmetry.cratedigger.pdb.RekordboxAnlz.PhraseVerseBridgeId
-
- All Implemented Interfaces:
Serializable,Comparable<RekordboxAnlz.PhraseVerseBridgeId>
- Enclosing class:
- RekordboxAnlz
public static enum RekordboxAnlz.PhraseVerseBridgeId extends Enum<RekordboxAnlz.PhraseVerseBridgeId>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RekordboxAnlz.PhraseVerseBridgeIdbyId(long id)longid()static RekordboxAnlz.PhraseVerseBridgeIdvalueOf(String name)Returns the enum constant of this type with the specified name.static RekordboxAnlz.PhraseVerseBridgeId[]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.PhraseVerseBridgeId INTRO
-
VERSE1
public static final RekordboxAnlz.PhraseVerseBridgeId VERSE1
-
VERSE2
public static final RekordboxAnlz.PhraseVerseBridgeId VERSE2
-
VERSE3
public static final RekordboxAnlz.PhraseVerseBridgeId VERSE3
-
VERSE4
public static final RekordboxAnlz.PhraseVerseBridgeId VERSE4
-
VERSE5
public static final RekordboxAnlz.PhraseVerseBridgeId VERSE5
-
VERSE6
public static final RekordboxAnlz.PhraseVerseBridgeId VERSE6
-
BRIDGE
public static final RekordboxAnlz.PhraseVerseBridgeId BRIDGE
-
CHORUS
public static final RekordboxAnlz.PhraseVerseBridgeId CHORUS
-
OUTRO
public static final RekordboxAnlz.PhraseVerseBridgeId OUTRO
-
-
Method Detail
-
values
public static RekordboxAnlz.PhraseVerseBridgeId[] 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.PhraseVerseBridgeId c : RekordboxAnlz.PhraseVerseBridgeId.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.PhraseVerseBridgeId 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.PhraseVerseBridgeId byId(long id)
-
-