Uses of Class
model.ProcessorSystemConfig.SourceOfFundsEnum
-
Packages that use ProcessorSystemConfig.SourceOfFundsEnum Package Description model -
-
Uses of ProcessorSystemConfig.SourceOfFundsEnum in model
Methods in model that return ProcessorSystemConfig.SourceOfFundsEnum Modifier and Type Method Description static ProcessorSystemConfig.SourceOfFundsEnumProcessorSystemConfig.SourceOfFundsEnum. fromValue(String value)ProcessorSystemConfig.SourceOfFundsEnumProcessorSystemConfig. getSourceOfFunds()Specific code that reflects the use case (e.g.ProcessorSystemConfig.SourceOfFundsEnumProcessorSystemConfig.SourceOfFundsEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ProcessorSystemConfig.SourceOfFundsEnumProcessorSystemConfig.SourceOfFundsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessorSystemConfig.SourceOfFundsEnum[]ProcessorSystemConfig.SourceOfFundsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type ProcessorSystemConfig.SourceOfFundsEnum Modifier and Type Method Description voidProcessorSystemConfig. setSourceOfFunds(ProcessorSystemConfig.SourceOfFundsEnum sourceOfFunds)ProcessorSystemConfigProcessorSystemConfig. sourceOfFunds(ProcessorSystemConfig.SourceOfFundsEnum sourceOfFunds)voidProcessorSystemConfig.SourceOfFundsEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ProcessorSystemConfig.SourceOfFundsEnum enumeration)
-