|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FacultyStatus in university |
---|
Fields in university declared as FacultyStatus | |
---|---|
protected FacultyStatus |
FacultyFactory.status
|
Methods in university that return FacultyStatus | |
---|---|
FacultyStatus |
Faculty.getStatus()
Retunrs the Faculty Status if the Faculty member if tenured or adjuct. |
static FacultyStatus |
FacultyStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FacultyStatus[] |
FacultyStatus.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in university with parameters of type FacultyStatus | |
---|---|
void |
Faculty.setStatus(FacultyStatus status)
Set the status of the Faculty. |
Constructors in university with parameters of type FacultyStatus | |
---|---|
Faculty(java.lang.String name,
Sex gender,
Address address,
Unit unit,
int salary,
FacultyStatus status,
java.lang.String specialty)
Creates a new instance of Faculty. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |