Uses of Class
br.com.senior.hcm.payroll.pojos.StabilityType
-
Packages that use StabilityType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of StabilityType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return StabilityType Modifier and Type Method Description static StabilityTypeStabilityType. fromValue(String text)StabilityTypeTimetrackingsituation. getStabilityType()Get stabilityTypeStabilityTypeStabilityType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static StabilityTypeStabilityType. valueOf(String name)Returns the enum constant of this type with the specified name.static StabilityType[]StabilityType. 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 StabilityType Modifier and Type Method Description voidTimetrackingsituation. setStabilityType(StabilityType stabilityType)TimetrackingsituationTimetrackingsituation. stabilityType(StabilityType stabilityType)voidStabilityType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, StabilityType enumeration)
-