eXo Kernel :: Container 2.4.13-GA

org.exoplatform.xml.object
Class XMLField

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

public class XMLField
extends XMLBaseObject

Since:
Apr 10, 2005
Version:
$Id: XMLField.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
XMLField()
           
XMLField(String fieldName, Class type, Object val)
           
 
Method Summary
 String getName()
           
 void setName(String s)
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

XMLField

public XMLField()

XMLField

public XMLField(String fieldName,
                Class type,
                Object val)
         throws Exception
Throws:
Exception
Method Detail

getName

public String getName()

setName

public void setName(String s)

toString

public String toString()
Overrides:
toString in class Object

eXo Kernel :: Container 2.4.13-GA

Copyright © 2015 eXo Platform SAS. All Rights Reserved.