com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class LyricsField

    • Constructor Detail

      • LyricsField

        public LyricsField(String id,
                           String data)

        Initializes a new instance of the LyricsField class.

        Parameters:
        id - The three character field id.
        data - The field data.
    • Method Detail

      • getID

        public final String getID()

        Gets the id of the field (it's always three characters long).

        Returns:
        The id of the field (it's always three characters long).
      • getSize

        public final String getSize()

        Gets the string representation of the field size.

        Returns:
        The string representation of the field size.
      • getData

        public final String getData()

        Gets the field data.

        Returns:
        The field data.