Uses of Enum
org.hl7.fhir.dstu2.model.TestScript.AssertionDirectionType
Packages that use TestScript.AssertionDirectionType
-
Uses of TestScript.AssertionDirectionType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.AssertionDirectionTypeModifier and TypeFieldDescriptionprotected Enumeration<TestScript.AssertionDirectionType>TestScript.TestScriptSetupActionAssertComponent.directionThe direction to use for the assertion.Methods in org.hl7.fhir.dstu2.model that return TestScript.AssertionDirectionTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.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.dstu2.model that return types with arguments of type TestScript.AssertionDirectionTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.getDirectionElement()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.AssertionDirectionTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.setDirection(TestScript.AssertionDirectionType value)TestScript.AssertionDirectionTypeEnumFactory.toCode(TestScript.AssertionDirectionType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type TestScript.AssertionDirectionTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.setDirectionElement(Enumeration<TestScript.AssertionDirectionType> value)