Package org.apache.xmlgraphics.xmp
Class XMPComplexValue
- java.lang.Object
-
- org.apache.xmlgraphics.xmp.XMPComplexValue
-
- All Implemented Interfaces:
XMLizable
- Direct Known Subclasses:
XMPArray
,XMPStructure
public abstract class XMPComplexValue extends java.lang.Object implements XMLizable
Base class for complex data types in XMP.
-
-
Constructor Summary
Constructors Constructor Description XMPComplexValue()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Object
getSimpleValue()
Returns a normal Java object representing the value if it is available.
-