Package eu.bandm.music.top
Class MetaKeys
java.lang.Object
eu.bandm.music.top.MetaKeys
List of String constants serving as keywords for widely used musical score meta data.
Derived from the Latin language.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Author(s)static final String
Author of the lyricsstatic final String
List of instruments employestatic final String
Opus number, or number and letter combination, etc.static final String
Part name or number, or movement part or number, as part of a larger workstatic final String
Date of creationstatic final String
Title of a workstatic final String
Subtitle of a workstatic final String
Sub-sub-title of a work -
Constructor Summary
-
Method Summary
-
Field Details
-
TITULUM
Title of a work- See Also:
-
TITULUM_II
Subtitle of a work- See Also:
-
TITULUM_III
Sub-sub-title of a work- See Also:
-
TEMPUS
Date of creation- See Also:
-
AUCTOR
Author(s)- See Also:
-
PARS
Part name or number, or movement part or number, as part of a larger work- See Also:
-
INSTRUMENTA
List of instruments employe- See Also:
-
AUCTOR_VERBORUM
Author of the lyrics- See Also:
-
NUMERUS_OPERIS
Opus number, or number and letter combination, etc.- See Also:
-
-
Constructor Details
-
MetaKeys
public MetaKeys()
-