Skip to main content

XmpValue Class

A base class for XMP metadata nodes.

Declaration

public abstract class XmpValue extends JavaObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
XmpValue

Methods

getQualifiers() Method

Returns the collection of qualifiers associated with the XmpValue object.

Declaration

public IXmpQualifierCollection getQualifiers()

Returns

Type Description
IXmpQualifierCollection

qualifiers associated with the XmpValue object.