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
getXmpRepresentation()Gets the string contained value in XMP format.
toString()Gets this XMP data as string.
deepClone()Clones this instance.

XmpTypeBase()

public XmpTypeBase()

getXmpRepresentation()

public abstract String getXmpRepresentation()

Gets the string contained value in XMP format.

Returns: java.lang.String - Returns the string containing xmp representation.

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.