Uses of Class
org.hl7.fhir.dstu2.model.TestScript.AssertionDirectionType
-
Packages that use TestScript.AssertionDirectionType Package Description org.hl7.fhir.dstu2.model -
-
Uses of TestScript.AssertionDirectionType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.AssertionDirectionType Modifier and Type Field Description protected Enumeration<TestScript.AssertionDirectionType>TestScript.TestScriptSetupActionAssertComponent. directionThe direction to use for the assertion.Methods in org.hl7.fhir.dstu2.model that return TestScript.AssertionDirectionType Modifier and Type Method Description static TestScript.AssertionDirectionTypeTestScript.AssertionDirectionType. fromCode(String codeString)TestScript.AssertionDirectionTypeTestScript.AssertionDirectionTypeEnumFactory. fromCode(String codeString)TestScript.AssertionDirectionTypeTestScript.TestScriptSetupActionAssertComponent. getDirection()static TestScript.AssertionDirectionTypeTestScript.AssertionDirectionType. valueOf(String name)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.AssertionDirectionType Modifier and Type Method Description Enumeration<TestScript.AssertionDirectionType>TestScript.AssertionDirectionTypeEnumFactory. fromType(Base code)Enumeration<TestScript.AssertionDirectionType>TestScript.TestScriptSetupActionAssertComponent. getDirectionElement()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.AssertionDirectionType Modifier and Type Method Description TestScript.TestScriptSetupActionAssertComponentTestScript.TestScriptSetupActionAssertComponent. setDirection(TestScript.AssertionDirectionType value)StringTestScript.AssertionDirectionTypeEnumFactory. toCode(TestScript.AssertionDirectionType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type TestScript.AssertionDirectionType Modifier and Type Method Description TestScript.TestScriptSetupActionAssertComponentTestScript.TestScriptSetupActionAssertComponent. setDirectionElement(Enumeration<TestScript.AssertionDirectionType> value)
-