Uses of Enum
org.hl7.fhir.r5.model.TestScript.AssertionDirectionType
Packages that use TestScript.AssertionDirectionType
-
Uses of TestScript.AssertionDirectionType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.AssertionDirectionTypeModifier and TypeFieldDescriptionprotected Enumeration<TestScript.AssertionDirectionType>TestScript.SetupActionAssertComponent.directionThe direction to use for the assertion.Methods in org.hl7.fhir.r5.model that return TestScript.AssertionDirectionTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.getDirection()Returns the enum constant of this type with the specified name.static TestScript.AssertionDirectionType[]TestScript.AssertionDirectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type TestScript.AssertionDirectionTypeMethods in org.hl7.fhir.r5.model with parameters of type TestScript.AssertionDirectionTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setDirection(TestScript.AssertionDirectionType value) TestScript.AssertionDirectionTypeEnumFactory.toCode(TestScript.AssertionDirectionType code) TestScript.AssertionDirectionTypeEnumFactory.toSystem(TestScript.AssertionDirectionType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.AssertionDirectionTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setDirectionElement(Enumeration<TestScript.AssertionDirectionType> value)