Uses of Enum
org.hl7.fhir.r5.model.Enumerations.AllResourceTypes
Packages that use Enumerations.AllResourceTypes
-
Uses of Enumerations.AllResourceTypes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.AllResourceTypesModifier and TypeFieldDescriptionprotected Enumeration<Enumerations.AllResourceTypes>GraphDefinition.GraphDefinitionNodeComponent.typeType of resource this link refers to.Methods in org.hl7.fhir.r5.model that return Enumerations.AllResourceTypesModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionNodeComponent.getType()Returns the enum constant of this type with the specified name.static Enumerations.AllResourceTypes[]Enumerations.AllResourceTypes.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.AllResourceTypesModifier and TypeMethodDescriptionEnumerations.AllResourceTypesEnumFactory.fromType(PrimitiveType<?> code) GraphDefinition.GraphDefinitionNodeComponent.getTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.AllResourceTypesModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionNodeComponent.setType(Enumerations.AllResourceTypes value) Enumerations.AllResourceTypesEnumFactory.toCode(Enumerations.AllResourceTypes code) Enumerations.AllResourceTypesEnumFactory.toSystem(Enumerations.AllResourceTypes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.AllResourceTypesModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionNodeComponent.setTypeElement(Enumeration<Enumerations.AllResourceTypes> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.AllResourceTypesModifierConstructorDescriptionGraphDefinitionNodeComponent(String nodeId, Enumerations.AllResourceTypes type) Constructor