Module: Flock::Edges::EdgeState

Defined in:
lib/flock/gen-rb/flockdb_types.rb

Constant Summary collapse

Positive =
0
Negative =
3
Removed =
1
Archived =
2
VALUE_MAP =
{0 => "Positive", 3 => "Negative", 1 => "Removed", 2 => "Archived"}
VALID_VALUES =
Set.new([Positive, Negative, Removed, Archived]).freeze