Uses of Enum
org.hl7.fhir.r4.model.TestScript.AssertionOperatorType
-
Uses of TestScript.AssertionOperatorType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<TestScript.AssertionOperatorType> TestScript.SetupActionAssertComponent.operator
The operator type defines the conditional behavior of the assert.Modifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.getOperator()
Returns the enum constant of this type with the specified name.static TestScript.AssertionOperatorType[]
TestScript.AssertionOperatorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTestScript.AssertionOperatorTypeEnumFactory.fromType
(PrimitiveType<?> code) TestScript.SetupActionAssertComponent.getOperatorElement()
Modifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setOperator
(TestScript.AssertionOperatorType value) TestScript.AssertionOperatorTypeEnumFactory.toCode
(TestScript.AssertionOperatorType code) TestScript.AssertionOperatorTypeEnumFactory.toSystem
(TestScript.AssertionOperatorType code) Modifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setOperatorElement
(Enumeration<TestScript.AssertionOperatorType> value)