Class: Rafflesia::Types::OntologyJoinStepSafety
- Inherits:
-
Object
- Object
- Rafflesia::Types::OntologyJoinStepSafety
- 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