public final class UserDefinedUrlLinkFrame extends TagFrame
Represents WXXX frame in Id3v2Tag
.
Constructor and Description |
---|
UserDefinedUrlLinkFrame(String description,
String url)
Initializes a new instance of the
UserDefinedUrlLinkFrame class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getUrl()
Gets the URL.
|
void |
setDescription(String value)
Sets the description.
|
void |
setUrl(String value)
Sets the URL.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final String getDescription()
Gets the description.
public final void setDescription(String value)
Sets the description.
value
- The description.public final String getUrl()
Gets the URL.
public final void setUrl(String value)
Sets the URL.
value
- The URL.public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TagFrame
Copyright © 2018. All rights reserved.