enum

MinknowApi::Device::SelectedWell

Inherits Enum < Comparable < Value < Object

Constants

WELL_NONE = 0
WELL_1 = 1
WELL_2 = 2
WELL_3 = 3
WELL_4 = 4
WELL_OTHER = 5

Class methods

from_raw?(raw : Int32) : self | Nil
Source

Instance methods

well_1?

Returns true if this enum value equals WELL_1

Source
well_2?

Returns true if this enum value equals WELL_2

Source
well_3?

Returns true if this enum value equals WELL_3

Source
well_4?

Returns true if this enum value equals WELL_4

Source
well_none?

Returns true if this enum value equals WELL_NONE

Source
well_other?

Returns true if this enum value equals WELL_OTHER

Source