Uses of Class
br.com.senior.hcm.dependent.pojos.DegreeInstructionType
-
Packages that use DegreeInstructionType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of DegreeInstructionType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return DegreeInstructionType Modifier and Type Method Description static DegreeInstructionTypeDegreeInstructionType. fromValue(String text)DegreeInstructionTypeEducationdegree. getNameRais()Get nameRaisDegreeInstructionTypeDegreeInstructionType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DegreeInstructionTypeDegreeInstructionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DegreeInstructionType[]DegreeInstructionType. 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 DegreeInstructionType Modifier and Type Method Description EducationdegreeEducationdegree. nameRais(DegreeInstructionType nameRais)voidEducationdegree. setNameRais(DegreeInstructionType nameRais)voidDegreeInstructionType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DegreeInstructionType enumeration)
-