Uses of Class
br.com.senior.hcm.payroll.pojos.ApportionmentDiscountType
-
Packages that use ApportionmentDiscountType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of ApportionmentDiscountType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return ApportionmentDiscountType Modifier and Type Method Description static ApportionmentDiscountTypeApportionmentDiscountType. fromValue(String text)ApportionmentDiscountTypeCompany. getApportionmentDiscountType()Get apportionmentDiscountTypeApportionmentDiscountTypeApportionmentDiscountType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ApportionmentDiscountTypeApportionmentDiscountType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApportionmentDiscountType[]ApportionmentDiscountType. 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 ApportionmentDiscountType Modifier and Type Method Description CompanyCompany. apportionmentDiscountType(ApportionmentDiscountType apportionmentDiscountType)voidCompany. setApportionmentDiscountType(ApportionmentDiscountType apportionmentDiscountType)voidApportionmentDiscountType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ApportionmentDiscountType enumeration)
-