enum

Kozai::Settings::Kind

Inherits Enum < Comparable < Value < Object

What kind of value a field holds, which is all the interface needs to decide what to draw.

Constants

Number = 0
Text = 1
Flag = 2
List = 3

Instance methods

flag?

Returns true if this enum value equals Flag

Source
list?

Returns true if this enum value equals List

Source
number?

Returns true if this enum value equals Number

Source
text?

Returns true if this enum value equals Text

Source