Uses of Class
br.com.senior.hcm.payroll.pojos.ESocialCategory
-
Packages that use ESocialCategory Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of ESocialCategory in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return ESocialCategory Modifier and Type Method Description static ESocialCategoryESocialCategory. fromValue(String text)ESocialCategoryHistoricalEsocialCategory. getESocialCategoryType()Get eSocialCategoryTypeESocialCategoryESocialCategory.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ESocialCategoryESocialCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ESocialCategory[]ESocialCategory. 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 ESocialCategory Modifier and Type Method Description HistoricalEsocialCategoryHistoricalEsocialCategory. eSocialCategoryType(ESocialCategory eSocialCategoryType)voidHistoricalEsocialCategory. setESocialCategoryType(ESocialCategory eSocialCategoryType)voidESocialCategory.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ESocialCategory enumeration)
-