xmlgraphics-commons 1.3

org.apache.xmlgraphics.xmp
Class XMPComplexValue

java.lang.Object
  extended by 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
XMPComplexValue()
           
 
Method Summary
abstract  java.lang.Object getSimpleValue()
          Returns a normal Java object representing the value if it is available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xmlgraphics.util.XMLizable
toSAX
 

Constructor Detail

XMPComplexValue

public XMPComplexValue()
Method Detail

getSimpleValue

public abstract java.lang.Object 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.

xmlgraphics-commons 1.3

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.