Uses of Class
br.com.senior.hcm.payroll.pojos.ApportionmentUseType
-
Packages that use ApportionmentUseType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of ApportionmentUseType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return ApportionmentUseType Modifier and Type Method Description static ApportionmentUseTypeApportionmentUseType. fromValue(String text)ApportionmentUseTypeCompany. getApportionmentUseType()Get apportionmentUseTypeApportionmentUseTypeApportionmentUseType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ApportionmentUseTypeApportionmentUseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApportionmentUseType[]ApportionmentUseType. 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 ApportionmentUseType Modifier and Type Method Description CompanyCompany. apportionmentUseType(ApportionmentUseType apportionmentUseType)voidCompany. setApportionmentUseType(ApportionmentUseType apportionmentUseType)voidApportionmentUseType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ApportionmentUseType enumeration)
-