Uses of Enum Class
com.blueriq.component.api.AquimaMode
Packages that use AquimaMode
-
Uses of AquimaMode in com.blueriq.component.api
Subclasses with type arguments of type AquimaMode in com.blueriq.component.apiModifier and TypeClassDescriptionenumEnum for setting the mode in which the server is running.Methods in com.blueriq.component.api that return AquimaModeModifier and TypeMethodDescriptionIAquimaEngineConfiguration.getAquimaMode()This method returns the method where the engine is running in.static AquimaModeReturns the enum constant of this class with the specified name.static AquimaMode[]AquimaMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blueriq.component.api with parameters of type AquimaModeModifier and TypeMethodDescriptionvoidIAquimaEngineConfiguration.setAquimaMode(AquimaMode aquimaMode) This method sets the mode the engine is running in.