Uses of Enum
org.hl7.fhir.r4.model.TestScript.AssertionOperatorType
Packages that use TestScript.AssertionOperatorType
-
Uses of TestScript.AssertionOperatorType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.AssertionOperatorTypeModifier and TypeFieldDescriptionprotected Enumeration<TestScript.AssertionOperatorType>TestScript.SetupActionAssertComponent.operatorThe operator type defines the conditional behavior of the assert.Methods in org.hl7.fhir.r4.model that return TestScript.AssertionOperatorTypeModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.AssertionOperatorTypeMethods in org.hl7.fhir.r4.model with parameters of type TestScript.AssertionOperatorTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setOperator(TestScript.AssertionOperatorType value) TestScript.AssertionOperatorTypeEnumFactory.toCode(TestScript.AssertionOperatorType code) TestScript.AssertionOperatorTypeEnumFactory.toSystem(TestScript.AssertionOperatorType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.AssertionOperatorTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setOperatorElement(Enumeration<TestScript.AssertionOperatorType> value)