edu.wpi.ebob.internal.jem
Class JEMArray

java.lang.Object
  extended by edu.wpi.ebob.internal.jem.JEMObject
      extended by edu.wpi.ebob.internal.jem.JEMArray
All Implemented Interfaces:
IArray, IObject

public class JEMArray
extends JEMObject
implements IArray

Author:
Justin Braga

Field Summary
private  org.eclipse.jem.internal.proxy.core.IArrayBeanProxy jemArray
           
 
Fields inherited from class edu.wpi.ebob.internal.jem.JEMObject
jemObject
 
Constructor Summary
JEMArray(org.eclipse.jem.internal.proxy.core.IArrayBeanProxy jemArray)
           
 
Method Summary
 IObject get(int index)
           
 int getLength()
           
 void set(IObject value, int index)
           
 
Methods inherited from class edu.wpi.ebob.internal.jem.JEMObject
getBeanProxy, getIClass, getObject, isInstanceof, objToString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

jemArray

private org.eclipse.jem.internal.proxy.core.IArrayBeanProxy jemArray
Constructor Detail

JEMArray

JEMArray(org.eclipse.jem.internal.proxy.core.IArrayBeanProxy jemArray)
Parameters:
jemArray -
Method Detail

get

public IObject get(int index)
            throws RemoteException
Specified by:
get in interface IArray
Throws:
RemoteException
See Also:
IArray.get(int)

set

public void set(IObject value,
                int index)
         throws RemoteException
Specified by:
set in interface IArray
Throws:
RemoteException
See Also:
IArray.set(IObject, int)

getLength

public int getLength()
Specified by:
getLength in interface IArray
See Also:
IArray.getLength()