public final class UserDefinedFrame extends TagFrame
Represents TXXX frame.
Constructor and Description |
---|
UserDefinedFrame(String description,
String value)
Initializes a new instance of the
UserDefinedFrame class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets or sets the description.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getValue()
Gets or sets the value.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setValue(String value)
Gets or sets the value.
|
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 getValue()
Gets or sets the value.
Value: The value.public final void setValue(String value)
Gets or sets the value.
Value: The value.public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TagFrame
Copyright © 2017. All rights reserved.