|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Specialization in librarytest |
---|
Methods in librarytest that return Specialization | |
---|---|
Specialization |
Employee.getEmployeeSpeciality()
|
static Specialization |
Specialization.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Specialization[] |
Specialization.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in librarytest with parameters of type Specialization | |
---|---|
void |
Employee.setEmployeeSpeciality(Specialization employeeSpeciality)
|
Constructors in librarytest with parameters of type Specialization | |
---|---|
Employee(int employeeID,
EmployeePayType employeePay,
double employeePayAmt,
Specialization employeeSpeciality,
boolean clockedIn,
double hoursWorkedInMo,
java.lang.String firstName,
java.lang.String lastName,
Address addressPerson,
Gender genderPerson)
Constructor with all data given |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |