XmpReal
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.metadata.core.PropertyValue, com.groupdocs.metadata.core.XmpValueBase
public final class XmpReal extends XmpValueBase
Represents XMP Real.
Constructors
| Constructor | Description |
|---|---|
| XmpReal(double value) | Initializes a new instance of the XmpReal class. |
| XmpReal(String value) | Initializes a new instance of the XmpReal class. |
Methods
| Method | Description |
|---|---|
| getValue() | Gets the value. |
| getXmpRepresentation() | Returns string contained value in XMP format. |
XmpReal(double value)
public XmpReal(double value)
Initializes a new instance of the XmpReal class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | Double value. |
XmpReal(String value)
public XmpReal(String value)
Initializes a new instance of the XmpReal class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The value. |
getValue()
public final double getValue()
Gets the value.
Returns: double - Double value.
getXmpRepresentation()
public String getXmpRepresentation()
Returns string contained value in XMP format.
Returns: java.lang.String - string contained XMP representation.