public abstract class XmpValueBase extends PropertyValue implements IXmpType
Represents base XMP value.
Modifier and Type | Method and Description |
---|---|
abstract String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
String |
toString()
Returns a string that represents the property value.
|
acceptValue, getRawValue, getType, toArray, toClass
public String toString()
Returns a string that represents the property value.
toString
in class PropertyValue
public abstract String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
string
contained XMP representation.