Uses of Class
model.ProcessorSystemConfig.ClassKeyIdentifierEnum
-
Packages that use ProcessorSystemConfig.ClassKeyIdentifierEnum Package Description model -
-
Uses of ProcessorSystemConfig.ClassKeyIdentifierEnum in model
Methods in model that return ProcessorSystemConfig.ClassKeyIdentifierEnum Modifier and Type Method Description static ProcessorSystemConfig.ClassKeyIdentifierEnumProcessorSystemConfig.ClassKeyIdentifierEnum. fromValue(String value)ProcessorSystemConfig.ClassKeyIdentifierEnumProcessorSystemConfig. getClassKeyIdentifier()Field used by processor to communicate with Finix.ProcessorSystemConfig.ClassKeyIdentifierEnumProcessorSystemConfig.ClassKeyIdentifierEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ProcessorSystemConfig.ClassKeyIdentifierEnumProcessorSystemConfig.ClassKeyIdentifierEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessorSystemConfig.ClassKeyIdentifierEnum[]ProcessorSystemConfig.ClassKeyIdentifierEnum. 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.ClassKeyIdentifierEnum Modifier and Type Method Description ProcessorSystemConfigProcessorSystemConfig. classKeyIdentifier(ProcessorSystemConfig.ClassKeyIdentifierEnum classKeyIdentifier)voidProcessorSystemConfig. setClassKeyIdentifier(ProcessorSystemConfig.ClassKeyIdentifierEnum classKeyIdentifier)voidProcessorSystemConfig.ClassKeyIdentifierEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ProcessorSystemConfig.ClassKeyIdentifierEnum enumeration)
-