@Deprecated public final class Lyrics3Field extends Object implements IMetadataProperty
Represents a Lyrics3Tag
field.
Constructor and Description |
---|
Lyrics3Field(String name,
String value)
Deprecated.
Initializes a new instance of the
Lyrics3Field class. |
Modifier and Type | Method and Description |
---|---|
String |
getFormattedValue()
Deprecated.
Gets the formatted value.
|
String |
getName()
Deprecated.
Gets property name.
|
String |
getSize()
Deprecated.
Gets the size.
|
String |
getValue()
Deprecated.
Gets the field value.
|
void |
setName(String value)
Deprecated.
Sets property name.
|
void |
setValue(String value)
Deprecated.
Sets the field value.
|
String |
toString()
Deprecated.
Returns a
System.String that represents this instance. |
public final String getSize()
Gets the size.
public final String getValue()
Gets the field value.
public final void setValue(String value)
Sets the field value.
value
- The value.public final String getName()
Gets property name.
getName
in interface IMetadataProperty
public final void setName(String value)
Sets property name.
setName
in interface IMetadataProperty
value
- Property name.public final String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
Copyright © 2020. All rights reserved.