Uses of Class
br.com.senior.hcm.payroll.pojos.RaisType
-
Packages that use RaisType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of RaisType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return RaisType Modifier and Type Method Description static RaisTypeRaisType. fromValue(String text)RaisTypeMovimentation. getNewemploymentrelationship()Get newemploymentrelationshipRaisTypeEmploymentRelationship. getRais()Get raisRaisTypeRaisType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RaisTypeRaisType. valueOf(String name)Returns the enum constant of this type with the specified name.static RaisType[]RaisType. 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 RaisType Modifier and Type Method Description MovimentationMovimentation. newemploymentrelationship(RaisType newemploymentrelationship)EmploymentRelationshipEmploymentRelationship. rais(RaisType rais)voidMovimentation. setNewemploymentrelationship(RaisType newemploymentrelationship)voidEmploymentRelationship. setRais(RaisType rais)voidRaisType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RaisType enumeration)
-