resources
Interface Constants

All Known Implementing Classes:
Classroom, ClassroomScheduler, Conflict, Course, Professor, Schedule, Textbook, ViewGraphSched

public interface Constants


Field Summary
static int BUILDING
           
static int COURSE
           
static int COURSE_FIELD
           
static int COURSE_NUMBER
           
static int LASTNAME
           
static int NAME
           
static int PROF_DOUBLE_BOOKED
           
static int ROOM
           
static int ROOM_DOUBLE_BOOKED
           
static int SECTION_NUMBER
           
 

Field Detail

LASTNAME

static final int LASTNAME
See Also:
Constant Field Values

COURSE_FIELD

static final int COURSE_FIELD
See Also:
Constant Field Values

COURSE_NUMBER

static final int COURSE_NUMBER
See Also:
Constant Field Values

SECTION_NUMBER

static final int SECTION_NUMBER
See Also:
Constant Field Values

ROOM

static final int ROOM
See Also:
Constant Field Values

BUILDING

static final int BUILDING
See Also:
Constant Field Values

NAME

static final int NAME
See Also:
Constant Field Values

COURSE

static final int COURSE
See Also:
Constant Field Values

ROOM_DOUBLE_BOOKED

static final int ROOM_DOUBLE_BOOKED
See Also:
Constant Field Values

PROF_DOUBLE_BOOKED

static final int PROF_DOUBLE_BOOKED
See Also:
Constant Field Values