Uses of Enum
org.hl7.fhir.r5.model.TestScript.FHIRDefinedType
Packages that use TestScript.FHIRDefinedType
-
Uses of TestScript.FHIRDefinedType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.FHIRDefinedTypeModifier and TypeFieldDescriptionprotected Enumeration<TestScript.FHIRDefinedType>TestScript.SetupActionAssertComponent.resourceThe type of the resource.protected Enumeration<TestScript.FHIRDefinedType>TestScript.SetupActionOperationComponent.resourceThe type of the resource.Methods in org.hl7.fhir.r5.model that return TestScript.FHIRDefinedTypeModifier and TypeMethodDescriptionstatic TestScript.FHIRDefinedTypeTestScript.SetupActionAssertComponent.getResource()TestScript.SetupActionOperationComponent.getResource()static TestScript.FHIRDefinedTypeReturns the enum constant of this type with the specified name.static TestScript.FHIRDefinedType[]TestScript.FHIRDefinedType.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.FHIRDefinedTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.getResourceElement()TestScript.SetupActionOperationComponent.getResourceElement()Methods in org.hl7.fhir.r5.model with parameters of type TestScript.FHIRDefinedTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setResource(TestScript.FHIRDefinedType value) TestScript.SetupActionOperationComponent.setResource(TestScript.FHIRDefinedType value) TestScript.FHIRDefinedTypeEnumFactory.toCode(TestScript.FHIRDefinedType code) TestScript.FHIRDefinedTypeEnumFactory.toSystem(TestScript.FHIRDefinedType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.FHIRDefinedTypeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setResourceElement(Enumeration<TestScript.FHIRDefinedType> value) TestScript.SetupActionOperationComponent.setResourceElement(Enumeration<TestScript.FHIRDefinedType> value)