Uses of Enum
org.hl7.fhir.dstu2.model.TestScript.AssertionOperatorType
Packages that use TestScript.AssertionOperatorType
-
Uses of TestScript.AssertionOperatorType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.AssertionOperatorTypeModifier and TypeFieldDescriptionprotected Enumeration<TestScript.AssertionOperatorType>TestScript.TestScriptSetupActionAssertComponent.operatorThe operator type.Methods in org.hl7.fhir.dstu2.model that return TestScript.AssertionOperatorTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.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.dstu2.model that return types with arguments of type TestScript.AssertionOperatorTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.getOperatorElement()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.AssertionOperatorTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.setOperator(TestScript.AssertionOperatorType value)TestScript.AssertionOperatorTypeEnumFactory.toCode(TestScript.AssertionOperatorType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type TestScript.AssertionOperatorTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.setOperatorElement(Enumeration<TestScript.AssertionOperatorType> value)