Uses of Class
librarytest.EmployeePayType

Uses of EmployeePayType in librarytest
 

Methods in librarytest that return EmployeePayType
 EmployeePayType Employee.getEmployeePay()
           
static EmployeePayType EmployeePayType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EmployeePayType[] EmployeePayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in librarytest with parameters of type EmployeePayType
 void Employee.setEmployeePay(EmployeePayType employeePay)
           
 

Constructors in librarytest with parameters of type EmployeePayType
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