Uses of Enum
model.ProcessorSystemConfig.SourceOfFundsEnum
Packages that use ProcessorSystemConfig.SourceOfFundsEnum
-
Uses of ProcessorSystemConfig.SourceOfFundsEnum in model
Methods in model that return ProcessorSystemConfig.SourceOfFundsEnumModifier and TypeMethodDescriptionProcessorSystemConfig.getSourceOfFunds()Specific code that reflects the use case (e.g.ProcessorSystemConfig.SourceOfFundsEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.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.SourceOfFundsEnumModifier and TypeMethodDescriptionvoidProcessorSystemConfig.setSourceOfFunds(ProcessorSystemConfig.SourceOfFundsEnum sourceOfFunds) ProcessorSystemConfig.sourceOfFunds(ProcessorSystemConfig.SourceOfFundsEnum sourceOfFunds) voidProcessorSystemConfig.SourceOfFundsEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ProcessorSystemConfig.SourceOfFundsEnum enumeration)