Uses of Class
br.com.senior.hcm.payroll.pojos.AccountType
-
Packages that use AccountType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of AccountType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return AccountType Modifier and Type Method Description static AccountTypeAccountType. fromValue(String text)AccountTypeAccount. getAccountType()Get accountTypeAccountTypeAccountType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AccountTypeAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountType[]AccountType. 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 AccountType Modifier and Type Method Description AccountAccount. accountType(AccountType accountType)voidAccount. setAccountType(AccountType accountType)voidAccountType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccountType enumeration)
-