Package org.deepsymmetry.cratedigger.pdb
Enum RekordboxAnlz.PhraseStyle
- java.lang.Object
-
- java.lang.Enum<RekordboxAnlz.PhraseStyle>
-
- org.deepsymmetry.cratedigger.pdb.RekordboxAnlz.PhraseStyle
-
- All Implemented Interfaces:
Serializable,Comparable<RekordboxAnlz.PhraseStyle>
- Enclosing class:
- RekordboxAnlz
public static enum RekordboxAnlz.PhraseStyle extends Enum<RekordboxAnlz.PhraseStyle>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UP_DOWNVERSE_BRIDGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RekordboxAnlz.PhraseStylebyId(long id)longid()static RekordboxAnlz.PhraseStylevalueOf(String name)Returns the enum constant of this type with the specified name.static RekordboxAnlz.PhraseStyle[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UP_DOWN
public static final RekordboxAnlz.PhraseStyle UP_DOWN
-
VERSE_BRIDGE
public static final RekordboxAnlz.PhraseStyle VERSE_BRIDGE
-
-
Method Detail
-
values
public static RekordboxAnlz.PhraseStyle[] 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.PhraseStyle c : RekordboxAnlz.PhraseStyle.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.PhraseStyle 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.PhraseStyle byId(long id)
-
-