Package org.deepsymmetry.cratedigger.pdb
Enum RekordboxAnlz.SectionTags
- java.lang.Object
-
- java.lang.Enum<RekordboxAnlz.SectionTags>
-
- org.deepsymmetry.cratedigger.pdb.RekordboxAnlz.SectionTags
-
- All Implemented Interfaces:
Serializable,Comparable<RekordboxAnlz.SectionTags>
- Enclosing class:
- RekordboxAnlz
public static enum RekordboxAnlz.SectionTags extends Enum<RekordboxAnlz.SectionTags>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BEAT_GRIDCUESCUES_2PATHSONG_STRUCTUREVBRWAVE_COLOR_PREVIEWWAVE_COLOR_SCROLLWAVE_PREVIEWWAVE_SCROLLWAVE_TINY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RekordboxAnlz.SectionTagsbyId(long id)longid()static RekordboxAnlz.SectionTagsvalueOf(String name)Returns the enum constant of this type with the specified name.static RekordboxAnlz.SectionTags[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CUES_2
public static final RekordboxAnlz.SectionTags CUES_2
-
CUES
public static final RekordboxAnlz.SectionTags CUES
-
PATH
public static final RekordboxAnlz.SectionTags PATH
-
BEAT_GRID
public static final RekordboxAnlz.SectionTags BEAT_GRID
-
SONG_STRUCTURE
public static final RekordboxAnlz.SectionTags SONG_STRUCTURE
-
VBR
public static final RekordboxAnlz.SectionTags VBR
-
WAVE_PREVIEW
public static final RekordboxAnlz.SectionTags WAVE_PREVIEW
-
WAVE_TINY
public static final RekordboxAnlz.SectionTags WAVE_TINY
-
WAVE_SCROLL
public static final RekordboxAnlz.SectionTags WAVE_SCROLL
-
WAVE_COLOR_PREVIEW
public static final RekordboxAnlz.SectionTags WAVE_COLOR_PREVIEW
-
WAVE_COLOR_SCROLL
public static final RekordboxAnlz.SectionTags WAVE_COLOR_SCROLL
-
-
Method Detail
-
values
public static RekordboxAnlz.SectionTags[] 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.SectionTags c : RekordboxAnlz.SectionTags.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.SectionTags 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.SectionTags byId(long id)
-
-