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
FieldsModifier and TypeFieldDescriptionstatic final StringAuthor(s)static final StringAuthor of the lyricsstatic final StringList of instruments employestatic final StringOpus number, or number and letter combination, etc.static final StringPart name or number, or movement part or number, as part of a larger workstatic final StringDate of creationstatic final StringTitle of a workstatic final StringSubtitle of a workstatic final StringSub-sub-title of a work -
Constructor Summary
Constructors -
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()
-