eschool.data
Class Codes

java.lang.Object
  extended byeschool.data.Codes

public class Codes
extends java.lang.Object


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

SIGN_IN_OK

public static final int SIGN_IN_OK
Successfull sign in

See Also:
Constant Field Values

SIGN_IN_FAIL

public static final int SIGN_IN_FAIL
Sign in failed

See Also:
Constant Field Values

SIGNED_IN_ALREADY

public static final int SIGNED_IN_ALREADY
User already signed in

See Also:
Constant Field Values

SIGN_OUT_OK

public static final int SIGN_OUT_OK
Successfull sign out

See Also:
Constant Field Values

SIGN_OUT_FAIL

public static final int SIGN_OUT_FAIL
Sign out failed

See Also:
Constant Field Values

NOT_SIGNED_IN

public static final int NOT_SIGNED_IN
Unknown problem with sign out

See Also:
Constant Field Values

STUDENT_ALREADY_ADDED

public static final int STUDENT_ALREADY_ADDED
Student already added to the course

See Also:
Constant Field Values

NEW_STUDENT_IN_SYSTEM

public static final int NEW_STUDENT_IN_SYSTEM
Student is still not added to the course

See Also:
Constant Field Values
Constructor Detail

Codes

public Codes()