org.exoplatform.xml.object
Class XMLNativeArray
java.lang.Object
org.exoplatform.xml.object.XMLNativeArray
public class XMLNativeArray
- extends Object
- Since:
- Apr 11, 2005
- Version:
- $Id: XMLNativeArray.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLNativeArray
public XMLNativeArray()
XMLNativeArray
public XMLNativeArray(Object o)
throws Exception
- Throws:
Exception
getType
public String getType()
setType
public void setType(String s)
setType
public void setType(Object o)
getValue
public Object getValue()
getArray
public String getArray()
setArray
public void setArray(String text)
decodeIntArray
public static int[] decodeIntArray(String text)
encodeIntArray
public static String encodeIntArray(int[] array)
decodeLongArray
public static long[] decodeLongArray(String text)
encodeLongArray
public static String encodeLongArray(long[] array)
decodeDoubleArray
public static double[] decodeDoubleArray(String text)
encodeDoubleArray
public static String encodeDoubleArray(double[] array)
isNativeArray
public static boolean isNativeArray(Object o)
isNativeArray
public static boolean isNativeArray(Class clazz)
Copyright © 2015 eXo Platform SAS. All Rights Reserved.