Uses of Class
org.hl7.fhir.r4.model.TestScript.AssertionOperatorType
-
Packages that use TestScript.AssertionOperatorType Package Description org.hl7.fhir.r4.model -
-
Uses of TestScript.AssertionOperatorType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.AssertionOperatorType Modifier and Type Field Description protected 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.AssertionOperatorType Modifier and Type Method Description static TestScript.AssertionOperatorTypeTestScript.AssertionOperatorType. fromCode(String codeString)TestScript.AssertionOperatorTypeTestScript.AssertionOperatorTypeEnumFactory. fromCode(String codeString)TestScript.AssertionOperatorTypeTestScript.SetupActionAssertComponent. getOperator()static TestScript.AssertionOperatorTypeTestScript.AssertionOperatorType. valueOf(String name)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.AssertionOperatorType Modifier and Type Method Description Enumeration<TestScript.AssertionOperatorType>TestScript.AssertionOperatorTypeEnumFactory. fromType(Base code)Enumeration<TestScript.AssertionOperatorType>TestScript.SetupActionAssertComponent. getOperatorElement()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.AssertionOperatorType Modifier and Type Method Description TestScript.SetupActionAssertComponentTestScript.SetupActionAssertComponent. setOperator(TestScript.AssertionOperatorType value)StringTestScript.AssertionOperatorTypeEnumFactory. toCode(TestScript.AssertionOperatorType code)StringTestScript.AssertionOperatorTypeEnumFactory. toSystem(TestScript.AssertionOperatorType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.AssertionOperatorType Modifier and Type Method Description TestScript.SetupActionAssertComponentTestScript.SetupActionAssertComponent. setOperatorElement(Enumeration<TestScript.AssertionOperatorType> value)
-