public final class UserDefinedUrlLinkFrame extends TagFrame
Represents WXXX frame.
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 or sets the description.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getUrl()
Gets or sets the URL.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setUrl(String value)
Gets or sets the URL.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final String getDescription()
Gets or sets the description.
Value: The description.public final void setDescription(String value)
Gets or sets the description.
Value: The description.public final String getUrl()
Gets or sets the URL.
Value: The URL.public final void setUrl(String value)
Gets or sets the URL.
Value: The URL.public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TagFrame
Copyright © 2017. All rights reserved.