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
Constructor | Description |
---|---|
XmpTypeBase() |
Methods
Method | Description |
---|---|
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.