edu.wpi.ebob.model.cm
Interface IField

All Superinterfaces:
IMember, IObject
All Known Implementing Classes:
JEMField

public interface IField
extends IMember

Author:
Liam Morley

Method Summary
 IObject get(IObject obj)
           
 IClass getType()
           
 void set(IObject obj, IObject value)
           
 
Methods inherited from interface edu.wpi.ebob.model.cm.IMember
getName, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized
 
Methods inherited from interface edu.wpi.ebob.model.cm.IObject
getIClass, isInstanceof, objToString
 

Method Detail

get

IObject get(IObject obj)
            throws RemoteException
Throws:
RemoteException

set

void set(IObject obj,
         IObject value)
         throws RemoteException
Throws:
RemoteException

getType

IClass getType()