Package org.exoplatform.xml.object
Class XMLField
- java.lang.Object
-
- org.exoplatform.xml.object.XMLBaseObject
-
- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidsetName(String s)StringtoString()-
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
-
-