Uses of Class
br.com.senior.hcm.payroll.pojos.CurrencyType
-
Packages that use CurrencyType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of CurrencyType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return CurrencyType Modifier and Type Method Description static CurrencyTypeCurrencyType. fromValue(String text)CurrencyTypeWagelevel. getCurrency()Get currencyCurrencyTypeMovimentation. getNewcurrency()Get newcurrencyCurrencyTypeCurrencyType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CurrencyTypeCurrencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrencyType[]CurrencyType. 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 CurrencyType Modifier and Type Method Description WagelevelWagelevel. currency(CurrencyType currency)MovimentationMovimentation. newcurrency(CurrencyType newcurrency)voidWagelevel. setCurrency(CurrencyType currency)voidMovimentation. setNewcurrency(CurrencyType newcurrency)voidCurrencyType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CurrencyType enumeration)
-