Uses of Class
br.com.senior.hcm.payroll.pojos.VacationRightType
-
Packages that use VacationRightType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of VacationRightType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return VacationRightType Modifier and Type Method Description static VacationRightTypeVacationRightType. fromValue(String text)VacationRightTypeSyndicate. getVacationRightType()Get vacationRightTypeVacationRightTypeVacationRightType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static VacationRightTypeVacationRightType. valueOf(String name)Returns the enum constant of this type with the specified name.static VacationRightType[]VacationRightType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.payroll.pojos with parameters of type VacationRightType Modifier and Type Method Description voidSyndicate. setVacationRightType(VacationRightType vacationRightType)SyndicateSyndicate. vacationRightType(VacationRightType vacationRightType)voidVacationRightType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, VacationRightType enumeration)
-