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, getEmpty, getRawValue, getType, toArray, toClasspublic abstract String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation in interface IXmpTypestring contained XMP representation.public String toString()
Returns a string that represents the property value.
toString in class PropertyValueCopyright © 2025. All rights reserved.