org.neodatis.tool.wrappers
Class OdbArray

java.lang.Object
  extended by org.neodatis.tool.wrappers.OdbArray

public class OdbArray
extends java.lang.Object

A Wrapper class for some specific Array reflection operations

Author:
olivier

Constructor Summary
OdbArray()
           
 
Method Summary
static void setValue(java.lang.Object array, int index, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OdbArray

public OdbArray()
Method Detail

setValue

public static void setValue(java.lang.Object array,
                            int index,
                            java.lang.Object value)