Uses of Class
br.com.senior.hcm.dependent.pojos.BaseCalculationType
-
Packages that use BaseCalculationType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of BaseCalculationType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return BaseCalculationType Modifier and Type Method Description static BaseCalculationTypeBaseCalculationType. fromValue(String text)BaseCalculationTypeJudicialPension. getBaseCalculationType()Get baseCalculationTypeBaseCalculationTypeBaseCalculationType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static BaseCalculationTypeBaseCalculationType. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseCalculationType[]BaseCalculationType. 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 BaseCalculationType Modifier and Type Method Description JudicialPensionJudicialPension. baseCalculationType(BaseCalculationType baseCalculationType)voidJudicialPension. setBaseCalculationType(BaseCalculationType baseCalculationType)voidBaseCalculationType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, BaseCalculationType enumeration)
-