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
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