|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StaffStatus in university |
---|
Fields in university declared as StaffStatus | |
---|---|
protected StaffStatus |
StaffFactory.status
|
Methods in university that return StaffStatus | |
---|---|
static StaffStatus |
StaffStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StaffStatus[] |
StaffStatus.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in university with parameters of type StaffStatus | |
---|---|
Staff(java.lang.String name,
Sex gender,
Address address,
Unit unit,
int salary,
StaffStatus status,
java.lang.String jobTitle)
Creates a new instance of Staff. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |