XmpGuid
Inheritance: java.lang.Object, com.aspose.psd.xmp.types.XmpTypeBase
public final class XmpGuid extends XmpTypeBase
Represents XMP global unique identifier.
Constructors
Constructor | Description |
---|---|
XmpGuid(String value) | Initializes a new instance of the XmpGuid class. |
XmpGuid(UUID guid) | Initializes a new instance of the XmpGuid class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getPrefix() | Gets or sets the prefix like uuid. |
getValue() | Gets or sets the value. |
getValue_internalized() | |
getXmpRepresentation() | Gets the string contained value in XMP format. |
hashCode() | |
notify() | |
notifyAll() | |
setPrefix(String value) | Gets or sets the prefix like uuid. |
setValue(UUID value) | Gets or sets the value. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
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 guid)
public XmpGuid(UUID guid)
Initializes a new instance of the XmpGuid class.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | java.util.UUID | The unique identifier. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getPrefix()
public String getPrefix()
Gets or sets the prefix like uuid.
Value: The prefix like uuid.
Returns: java.lang.String
getValue()
public UUID getValue()
Gets or sets the value.
Value: The value.
Returns: java.util.UUID
getValue_internalized()
public System.Guid getValue_internalized()
Returns: com.aspose.ms.System.Guid
getXmpRepresentation()
public String getXmpRepresentation()
Gets the string contained value in XMP format.
Returns: java.lang.String - Returns the string contained value in XMP format.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setPrefix(String value)
public void setPrefix(String value)
Gets or sets the prefix like uuid.
Value: The prefix like uuid.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setValue(UUID value)
public void setValue(UUID value)
Gets or sets the value.
Value: The value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.UUID |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |