XmpGuid

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.

Constructors

Constructor Description
XmpGuid(String value) Initializes a new instance of the XmpGuid class.
XmpGuid(UUID value) Initializes a new instance of the XmpGuid class.

Methods

Method Description
getValue() Gets the value.
getXmpRepresentation() Returns string contained value in XMP format.

XmpGuid(String value)

public XmpGuid(String value)

Initializes a new instance of the XmpGuid class.

Parameters:

Parameter Type Description
value java.lang.String The value.

XmpGuid(UUID value)

public XmpGuid(UUID value)

Initializes a new instance of the XmpGuid class.

Parameters:

Parameter Type Description
value java.util.UUID The unique identifier.

getValue()

public final UUID getValue()

Gets the value.

Returns: java.util.UUID - The value.

getXmpRepresentation()

public String getXmpRepresentation()

Returns string contained value in XMP format.

Returns: java.lang.String - string contained XMP representation.