|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteschool.data.Codes
Field Summary | |
static int |
NEW_STUDENT_IN_SYSTEM
Student is still not added to the course |
static int |
NOT_SIGNED_IN
Unknown problem with sign out |
static int |
SIGN_IN_FAIL
Sign in failed |
static int |
SIGN_IN_OK
Successfull sign in |
static int |
SIGN_OUT_FAIL
Sign out failed |
static int |
SIGN_OUT_OK
Successfull sign out |
static int |
SIGNED_IN_ALREADY
User already signed in |
static int |
STUDENT_ALREADY_ADDED
Student already added to the course |
Constructor Summary | |
Codes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SIGN_IN_OK
public static final int SIGN_IN_FAIL
public static final int SIGNED_IN_ALREADY
public static final int SIGN_OUT_OK
public static final int SIGN_OUT_FAIL
public static final int NOT_SIGNED_IN
public static final int STUDENT_ALREADY_ADDED
public static final int NEW_STUDENT_IN_SYSTEM
Constructor Detail |
public Codes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |