XmpInteger
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.PropertyValue, com.groupdocs.metadata.core.XmpValueBase
public final class XmpInteger extends XmpValueBase
Represents XMP Integer basic type.
| Constructor | Description |
|---|---|
| XmpInteger(long value) | Initializes a new instance of the XmpInteger class. |
| XmpInteger(int value) | Initializes a new instance of the XmpInteger class. |
| XmpInteger(String value) | Initializes a new instance of the XmpInteger class. |
| Method | Description |
|---|---|
| getValue() | Gets the value. |
| getXmpRepresentation() | Returns string contained value in XMP format. |
public XmpInteger(long value)
Initializes a new instance of the XmpInteger class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long | The value. |
public XmpInteger(int value)
Initializes a new instance of the XmpInteger class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The value. |
public XmpInteger(String value)
Initializes a new instance of the XmpInteger class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | String value contained integer. |
public final long getValue()
Gets the value.
Returns: long - Integer 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.