Uses of Class
br.com.senior.hcm.payroll.pojos.MovimentationReasonType
-
Packages that use MovimentationReasonType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of MovimentationReasonType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return MovimentationReasonType Modifier and Type Method Description static MovimentationReasonTypeMovimentationReasonType. fromValue(String text)MovimentationReasonTypeMovimentationreason. getMovimentationReasonType()Get movimentationReasonTypeMovimentationReasonTypeMovimentationReasonType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static MovimentationReasonTypeMovimentationReasonType. valueOf(String name)Returns the enum constant of this type with the specified name.static MovimentationReasonType[]MovimentationReasonType. 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 MovimentationReasonType Modifier and Type Method Description MovimentationreasonMovimentationreason. movimentationReasonType(MovimentationReasonType movimentationReasonType)voidMovimentationreason. setMovimentationReasonType(MovimentationReasonType movimentationReasonType)voidMovimentationReasonType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, MovimentationReasonType enumeration)
-