Package org.apache.xmlgraphics.xmp
Class XMPComplexValue
java.lang.Object
org.apache.xmlgraphics.xmp.XMPComplexValue
- All Implemented Interfaces:
XMLizable
- Direct Known Subclasses:
XMPArray
,XMPStructure
Base class for complex data types in XMP.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Object
Returns a normal Java object representing the value if it is available.
-
Constructor Details
-
XMPComplexValue
public XMPComplexValue()
-
-
Method Details
-
getSimpleValue
Returns a normal Java object representing the value if it is available.- Returns:
- a simple object value or null if no such value can be returned (for example, because the value is an array and has multiple entries.
-