XmpInteger

Inheritance: java.lang.Object, com.aspose.psd.xmp.types.XmpTypeBase

public final class XmpInteger extends XmpTypeBase

Represents XMP Integer basic type.

Constructors

ConstructorDescription
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.

Methods

MethodDescription
equals(Object arg0)
getClass()
getValue()Gets or sets the value.
getXmpRepresentation()Gets the string contained value in XMP format.
hashCode()
notify()
notifyAll()
setValue(long value)Gets or sets the value.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

XmpInteger(long value)

public XmpInteger(long value)

Initializes a new instance of the XmpInteger class.

Parameters:

ParameterTypeDescription
valuelongThe value.

XmpInteger(int value)

public XmpInteger(int value)

Initializes a new instance of the XmpInteger class.

Parameters:

ParameterTypeDescription
valueintThe value.

XmpInteger(String value)

public XmpInteger(String value)

Initializes a new instance of the XmpInteger class.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe value.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getValue()

public long getValue()

Gets or sets the value.

Value: The value.

Returns: long

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()

setValue(long value)

public void setValue(long value)

Gets or sets the value.

Value: The value.

Parameters:

ParameterTypeDescription
valuelong

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int