XmpTrailerPi

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.psd.xmp.IXmlValue, com.aspose.ms.System.IEquatable

public final class XmpTrailerPi implements IXmlValue, System.IEquatable<XmpTrailerPi>

Represents XMP trailer processing instruction.

The end=“w” or end=“r” portion shall be used by packet scanning processors to determine whether the XMP may be modified in-place.

Constructors

ConstructorDescription
XmpTrailerPi(boolean isWritable)Initializes a new instance of the XmpTrailerPi class.
XmpTrailerPi()Initializes a new instance of the XmpTrailerPi class.

Methods

MethodDescription
deepClone_internalized()Clones this instance.
equals(Object obj)Determines whether the specified System.Object , is equal to this instance.
getClass()
getXmlValue()Converts xmp value to the xml representation.
hashCode()Returns a hash code for this instance.
isEquals(XmpTrailerPi other)Indicates whether the current object is equal to another object of the same type.
isWritable()Gets or sets a value indicating whether this instance is writable.
notify()
notifyAll()
setWritable(boolean value)Gets or sets a value indicating whether this instance is writable.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

XmpTrailerPi(boolean isWritable)

public XmpTrailerPi(boolean isWritable)

Initializes a new instance of the XmpTrailerPi class.

Parameters:

ParameterTypeDescription
isWritablebooleanInditacates whether trailer is writable.

XmpTrailerPi()

public XmpTrailerPi()

Initializes a new instance of the XmpTrailerPi class.

deepClone_internalized()

public final XmpTrailerPi deepClone_internalized()

Clones this instance.

Returns: XmpTrailerPi - The cloned object

equals(Object obj)

public boolean equals(Object obj)

Determines whether the specified System.Object , is equal to this instance.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe System.Object to compare with this instance.

Returns: boolean - true if the specified System.Object is equal to this instance; otherwise, false .

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getXmlValue()

public String getXmlValue()

Converts xmp value to the xml representation.

Returns: java.lang.String - Returns XML representation of XMP.

hashCode()

public int hashCode()

Returns a hash code for this instance.

Returns: int - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

isEquals(XmpTrailerPi other)

public boolean isEquals(XmpTrailerPi other)

Indicates whether the current object is equal to another object of the same type.

Parameters:

ParameterTypeDescription
otherXmpTrailerPiAn object to compare with this object.

Returns: boolean - true if the current object is equal to the other parameter; otherwise, false.

isWritable()

public boolean isWritable()

Gets or sets a value indicating whether this instance is writable.

Value: true if this instance is writable; otherwise, false .

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setWritable(boolean value)

public void setWritable(boolean value)

Gets or sets a value indicating whether this instance is writable.

Value: true if this instance is writable; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

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