LyricsField
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataProperty
public final class LyricsField extends MetadataProperty
Represents a LyricsTag field.
Learn more
Constructors
Constructor | Description |
---|---|
LyricsField(String id, String data) | Initializes a new instance of the LyricsField class. |
Methods
Method | Description |
---|---|
getID() | Gets the id of the field (it’s always three characters long). |
getSize() | Gets the string representation of the field size. |
getData() | Gets the field data. |
LyricsField(String id, String data)
public LyricsField(String id, String data)
Initializes a new instance of the LyricsField class.
Parameters:
Parameter | Type | Description |
---|---|---|
id | java.lang.String | The three character field id. |
data | java.lang.String | The field data. |
getID()
public final String getID()
Gets the id of the field (it’s always three characters long).
Returns: java.lang.String - 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: java.lang.String - The string representation of the field size.
getData()
public final String getData()
Gets the field data.
Returns: java.lang.String - The field data.