Uses of Class
org.deepsymmetry.cratedigger.pdb.RekordboxAnlz.CueEntryStatus
-
Packages that use RekordboxAnlz.CueEntryStatus Package Description org.deepsymmetry.cratedigger.pdb Generated classes for parsing rekordbox database export and track analysis files. -
-
Uses of RekordboxAnlz.CueEntryStatus in org.deepsymmetry.cratedigger.pdb
Methods in org.deepsymmetry.cratedigger.pdb that return RekordboxAnlz.CueEntryStatus Modifier and Type Method Description static RekordboxAnlz.CueEntryStatusRekordboxAnlz.CueEntryStatus. byId(long id)RekordboxAnlz.CueEntryStatusRekordboxAnlz.CueEntry. status()If zero, this entry should be ignored.static RekordboxAnlz.CueEntryStatusRekordboxAnlz.CueEntryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RekordboxAnlz.CueEntryStatus[]RekordboxAnlz.CueEntryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-