
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ExampleScenarioActorType
Packages that use Enumerations.ExampleScenarioActorType
-
Uses of Enumerations.ExampleScenarioActorType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ExampleScenarioActorTypeModifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.ExampleScenarioActorType> ActorDefinition.type
Whether the actor represents a human or an appliction.protected Enumeration
<Enumerations.ExampleScenarioActorType> ExampleScenario.ExampleScenarioActorComponent.type
The category of actor - person or system.Methods in org.hl7.fhir.r5.model that return Enumerations.ExampleScenarioActorTypeModifier and TypeMethodDescriptionActorDefinition.getType()
ExampleScenario.ExampleScenarioActorComponent.getType()
Returns the enum constant of this type with the specified name.Enumerations.ExampleScenarioActorType.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 Enumerations.ExampleScenarioActorTypeModifier and TypeMethodDescriptionEnumerations.ExampleScenarioActorTypeEnumFactory.fromType
(PrimitiveType<?> code) ActorDefinition.getTypeElement()
ExampleScenario.ExampleScenarioActorComponent.getTypeElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ExampleScenarioActorTypeModifier and TypeMethodDescriptionActorDefinition.setType
(Enumerations.ExampleScenarioActorType value) ExampleScenario.ExampleScenarioActorComponent.setType
(Enumerations.ExampleScenarioActorType value) Enumerations.ExampleScenarioActorTypeEnumFactory.toCode
(Enumerations.ExampleScenarioActorType code) Enumerations.ExampleScenarioActorTypeEnumFactory.toSystem
(Enumerations.ExampleScenarioActorType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ExampleScenarioActorTypeModifier and TypeMethodDescriptionActorDefinition.setTypeElement
(Enumeration<Enumerations.ExampleScenarioActorType> value) ExampleScenario.ExampleScenarioActorComponent.setTypeElement
(Enumeration<Enumerations.ExampleScenarioActorType> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ExampleScenarioActorTypeModifierConstructorDescriptionConstructorExampleScenarioActorComponent
(String key, Enumerations.ExampleScenarioActorType type, String title) Constructor