public class XmpText extends XmpTypeBase
Represents XMP Text basic type.
Constructor and Description |
---|
XmpText(String value)
Initializes a new instance of the
XmpText class. |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Gets or sets the value.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
void |
setValue(String value)
Gets or sets the value.
|
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public XmpText(String value)
Initializes a new instance of the XmpText
class.
value
- The value.public final String getValue()
Gets or sets the value.
Value: Text value.public final void setValue(String value)
Gets or sets the value.
Value: Text value.public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase
string
contained XMP representation.Copyright © 2017. All rights reserved.