edu.wpi.ebob.model.cm
Interface IMember

All Superinterfaces:
IObject
All Known Subinterfaces:
IClass, IConstructor, IField, IMethod
All Known Implementing Classes:
JEMClass, JEMConstructor, JEMField, JEMMember, JEMMethod

public interface IMember
extends IObject

Author:
Justin Braga

Method Summary
 java.lang.String getName()
           
 boolean isAbstract()
           
 boolean isFinal()
           
 boolean isPrivate()
           
 boolean isProtected()
           
 boolean isPublic()
           
 boolean isStatic()
           
 boolean isSynchronized()
           
 
Methods inherited from interface edu.wpi.ebob.model.cm.IObject
getIClass, isInstanceof, objToString
 

Method Detail

getName

java.lang.String getName()
                         throws RemoteException
Throws:
RemoteException

isAbstract

boolean isAbstract()
                   throws RemoteException
Throws:
RemoteException

isPublic

boolean isPublic()
                 throws RemoteException
Throws:
RemoteException

isProtected

boolean isProtected()
                    throws RemoteException
Throws:
RemoteException

isPrivate

boolean isPrivate()
                  throws RemoteException
Throws:
RemoteException

isStatic

boolean isStatic()
                 throws RemoteException
Throws:
RemoteException

isFinal

boolean isFinal()
                throws RemoteException
Throws:
RemoteException

isSynchronized

boolean isSynchronized()
                       throws RemoteException
Throws:
RemoteException