Uses of Class
br.com.senior.hcm.payroll.pojos.CompanyType
-
Packages that use CompanyType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of CompanyType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return CompanyType Modifier and Type Method Description static CompanyTypeCompanyType. fromValue(String text)CompanyTypeCompany. getCompanytype()Get companytypeCompanyTypeCompanyType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CompanyTypeCompanyType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompanyType[]CompanyType. 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 CompanyType Modifier and Type Method Description CompanyCompany. companytype(CompanyType companytype)voidCompany. setCompanytype(CompanyType companytype)voidCompanyType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CompanyType enumeration)
-