Uses of Enum Class
com.genologics.ri.automation.Context
Packages that use Context
Package
Description
Entities for automation resources in the Clarity system.
-
Uses of Context in com.genologics.ri.automation
Fields in com.genologics.ri.automation declared as ContextModifier and TypeFieldDescriptionprotected ContextAutomation.contextThe context in which this automation runs.Methods in com.genologics.ri.automation that return ContextModifier and TypeMethodDescriptionstatic ContextCreates a Context from a string value.Automation.getContext()Gets the context in which this automation runs.static ContextReturns the enum constant of this class with the specified name.static Context[]Context.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.genologics.ri.automation with parameters of type ContextModifier and TypeMethodDescriptionvoidAutomation.setContext(Context value) Sets the context in which this automation runs.