public final class CommentsFrame extends TagFrame
Represents COMM frame.
Constructor and Description |
---|
CommentsFrame(int encoding,
String language,
String description,
String text)
Initializes a new instance of the
CommentsFrame class. |
Modifier and Type | Method and Description |
---|---|
int |
getEncoding()
Gets or sets the encoding.
|
String |
getLanguage()
Gets or sets the language (3 characters).
|
String |
getShortContentDescription()
Gets or sets the short content description.
|
String |
getText()
Gets or sets the text of the comment.
|
String |
getTextValue() |
void |
setEncoding(int value)
Gets or sets the encoding.
|
void |
setLanguage(String value)
Gets or sets the language (3 characters).
|
void |
setShortContentDescription(String value)
Gets or sets the short content description.
|
void |
setText(String value)
Gets or sets the text of the comment.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final int getEncoding()
Gets or sets the encoding.
Value: The encoding.public final void setEncoding(int value)
Gets or sets the encoding.
Value: The encoding.public final String getLanguage()
Gets or sets the language (3 characters).
Value: The language.public final void setLanguage(String value)
Gets or sets the language (3 characters).
Value: The language.public final String getShortContentDescription()
Gets or sets the short content description.
Value: The short content description.public final void setShortContentDescription(String value)
Gets or sets the short content description.
Value: The short content description.public final String getText()
Gets or sets the text of the comment.
Value: The text.public final void setText(String value)
Gets or sets the text of the comment.
Value: The text.public final String getTextValue()
Copyright © 2017. All rights reserved.