Class: Rafflesia::Types::OntologyJoinStepSafety

Inherits:
Object
  • Object
show all
Defined in:
lib/rafflesia/types/ontology_join_step_safety.rb

Constant Summary collapse

STRICT =
'strict'
IDENTITY_SAFE =
'identity_safe'
UNSAFE =
'unsafe'
ALL =
[STRICT, IDENTITY_SAFE, UNSAFE].freeze