XmpGuid
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.PropertyValue, com.groupdocs.metadata.core.XmpValueBase
public final class XmpGuid extends XmpValueBase
Represents XMP global unique identifier.
| Constructor | Description |
|---|---|
| XmpGuid(String value) | Initializes a new instance of the XmpGuid class. |
| XmpGuid(UUID value) | Initializes a new instance of the XmpGuid class. |
| Method | Description |
|---|---|
| getValue() | Gets the value. |
| getXmpRepresentation() | Returns string contained value in XMP format. |
public XmpGuid(String value)
Initializes a new instance of the XmpGuid class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The value. |
public XmpGuid(UUID value)
Initializes a new instance of the XmpGuid class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.UUID | The unique identifier. |
public final UUID getValue()
Gets the value.
Returns: java.util.UUID - The value.
public String getXmpRepresentation()
Returns string contained value in XMP format.
Returns: java.lang.String - string contained XMP representation.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.