Uses of Class
com.tagtraum.beatunes.songtable.SongTableColumn
-
Packages that use SongTableColumn Package Description com.tagtraum.beatunes.songtable -
-
Uses of SongTableColumn in com.tagtraum.beatunes.songtable
Methods in com.tagtraum.beatunes.songtable that return SongTableColumn Modifier and Type Method Description static SongTableColumn
SongTableColumn. get(String property)
static SongTableColumn
SongTableColumn. valueOf(String name)
Returns the enum constant of this type with the specified name.static SongTableColumn[]
SongTableColumn. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-