public final class XmpInteger extends XmpTypeBase
Represents XMP Integer basic type.
Constructor and Description |
---|
XmpInteger(int value)
Initializes a new instance of the
XmpInteger class. |
XmpInteger(long value)
Initializes a new instance of the
XmpInteger class. |
XmpInteger(String value)
Initializes a new instance of the
XmpInteger class. |
Modifier and Type | Method and Description |
---|---|
long |
getValue()
Gets or sets the value.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setValue(long value)
Gets or sets the value.
|
public XmpInteger(long value)
Initializes a new instance of the XmpInteger
class.
value
- The value.public XmpInteger(int value)
Initializes a new instance of the XmpInteger
class.
value
- The value.public XmpInteger(String value)
Initializes a new instance of the XmpInteger
class.
value
- The value.com.aspose.ms.System.ArgumentNullException
- value is null.public long getValue()
Gets or sets the value.
Value: The value.public void setValue(long value)
Gets or sets the value.
Value: The value.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase