XmpTypeBase

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.imaging.xmp.types.IXmpType, com.aspose.ms.System.ICloneable, java.lang.Cloneable

public abstract class XmpTypeBase implements IXmpType, System.ICloneable, Cloneable

Represents base class for basic XMP type.

Constructors

ConstructorDescription
XmpTypeBase()

Methods

MethodDescription
toString()Gets this XMP data as string.
deepClone()Clones this instance.

XmpTypeBase()

public XmpTypeBase()

toString()

public String toString()

Gets this XMP data as string.

Returns: java.lang.String - XMP data as string.

deepClone()

public Object deepClone()

Clones this instance.

Returns: java.lang.Object - A memberwise clone.