Uses of Class
br.com.senior.hcm.dependent.pojos.KinshipDegreeType
-
Packages that use KinshipDegreeType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of KinshipDegreeType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return KinshipDegreeType Modifier and Type Method Description static KinshipDegreeTypeKinshipDegreeType. fromValue(String text)KinshipDegreeTypeDependent. getType()Get typeKinshipDegreeTypeKinshipDegreeType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static KinshipDegreeTypeKinshipDegreeType. valueOf(String name)Returns the enum constant of this type with the specified name.static KinshipDegreeType[]KinshipDegreeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.dependent.pojos with parameters of type KinshipDegreeType Modifier and Type Method Description voidDependent. setType(KinshipDegreeType type)DependentDependent. type(KinshipDegreeType type)voidKinshipDegreeType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, KinshipDegreeType enumeration)
-