Package org.deepsymmetry.cratedigger.pdb
Class RekordboxPdb.GenreRow
- java.lang.Object
-
- io.kaitai.struct.KaitaiStruct
-
- org.deepsymmetry.cratedigger.pdb.RekordboxPdb.GenreRow
-
- Enclosing class:
- RekordboxPdb
public static class RekordboxPdb.GenreRow extends io.kaitai.struct.KaitaiStructA row that holds a genre name and the associated ID.
-
-
Constructor Summary
Constructors Constructor Description GenreRow(io.kaitai.struct.KaitaiStream _io)GenreRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent)GenreRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent, RekordboxPdb _root)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RekordboxPdb.RowRef_parent()RekordboxPdb_root()static RekordboxPdb.GenreRowfromFile(String fileName)longid()The unique identifier by which this genre can be requested and linked from other rows (such as tracks).RekordboxPdb.DeviceSqlStringname()The variable-length string naming the genre.
-
-
-
Constructor Detail
-
GenreRow
public GenreRow(io.kaitai.struct.KaitaiStream _io)
-
GenreRow
public GenreRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent)
-
GenreRow
public GenreRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent, RekordboxPdb _root)
-
-
Method Detail
-
fromFile
public static RekordboxPdb.GenreRow fromFile(String fileName) throws IOException
- Throws:
IOException
-
id
public long id()
The unique identifier by which this genre can be requested and linked from other rows (such as tracks).
-
name
public RekordboxPdb.DeviceSqlString name()
The variable-length string naming the genre.
-
_root
public RekordboxPdb _root()
-
_parent
public RekordboxPdb.RowRef _parent()
-
-