|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.morpho.morphosmart.sdk.MorphoUserList
public class MorphoUserList
This class contains the list of users. Warning: this class is not linked to the internal database. When a record is added or removed from the database, this object is not updated.
Constructor Summary | |
---|---|
MorphoUserList()
|
Method Summary | |
---|---|
int |
getNbUser()
Get number of users corresponding to the current list |
MorphoUser |
getUser(int index)
Get user identified by an index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MorphoUserList()
Method Detail |
---|
public MorphoUser getUser(int index)
index
- input index
public int getNbUser()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |