Uses of Enum Class
de.starwit.aic.model.AIModelType
Packages that use AIModelType
-
Uses of AIModelType in de.starwit.aic.model
Methods in de.starwit.aic.model that return AIModelTypeModifier and TypeMethodDescriptionstatic AIModelTypeAIModel.getModelType()Get modelTypeAIModelType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static AIModelTypeReturns the enum constant of this class with the specified name.static AIModelType[]AIModelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.starwit.aic.model with parameters of type AIModelTypeModifier and TypeMethodDescriptionAIModel.modelType(AIModelType modelType) voidAIModel.setModelType(AIModelType modelType) voidAIModelType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, AIModelType enumeration)