org.exoplatform.xml.object
Class XMLValue

java.lang.Object
  extended by org.exoplatform.xml.object.XMLBaseObject
      extended by org.exoplatform.xml.object.XMLValue

public class XMLValue
extends XMLBaseObject

Since:
Apr 11, 2005
Version:
$Id: XMLValue.java 5799 2006-05-28 17:55:42Z geaz $
Author:
Tuan Nguyen (tuan08@users.sourceforge.net)

Field Summary
 
Fields inherited from class org.exoplatform.xml.object.XMLBaseObject
ARRAY, BOOLEAN, COLLECTION, DATE, DOUBLE, FLOAT, INT, LONG, MAP, NATIVE_ARRAY, OBJECT, STRING, type, value
 
Constructor Summary
XMLValue()
           
XMLValue(java.lang.Class objecttype, java.lang.Object val)
           
 
Method Summary
 
Methods inherited from class org.exoplatform.xml.object.XMLBaseObject
getBoolean, getCollection, getDate, getDouble, getFloat, getInt, getLong, getMap, getNativeArray, getObject, getObjectValue, getString, getType, getValue, setBoolean, setCollection, setCollectiontValue, setDate, setDouble, setFloat, setInt, setLong, setMap, setMapValue, setNativeArray, setNativeArrayValue, setObject, setObjectValue, setString, setType, setType, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLValue

public XMLValue()

XMLValue

public XMLValue(java.lang.Class objecttype,
                java.lang.Object val)
         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 eXo Platform SAS. All Rights Reserved.