public class XmpText extends XmpValueBase
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 the value.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
toString
acceptValue, getRawValue, getType, toArray, toClass
public XmpText(String value)
Initializes a new instance of the XmpText
class.
value
- The value.public final String getValue()
Gets the value.
public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpValueBase
string
contained XMP representation.