Uses of Class
br.com.senior.hcm.payroll.pojos.KinshipDegree
-
Packages that use KinshipDegree Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of KinshipDegree in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return KinshipDegree Modifier and Type Method Description static KinshipDegreeKinshipDegree. fromValue(String text)KinshipDegreeDependent. getType()Get typeKinshipDegreeKinshipDegree.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static KinshipDegreeKinshipDegree. valueOf(String name)Returns the enum constant of this type with the specified name.static KinshipDegree[]KinshipDegree. 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 KinshipDegree Modifier and Type Method Description voidDependent. setType(KinshipDegree type)DependentDependent. type(KinshipDegree type)voidKinshipDegree.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, KinshipDegree enumeration)
-