
Uses of Enum Class
org.hl7.fhir.dstu3.model.PlanDefinition.ActionRelationshipType
Packages that use PlanDefinition.ActionRelationshipType
-
Uses of PlanDefinition.ActionRelationshipType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type PlanDefinition.ActionRelationshipTypeModifier and TypeFieldDescriptionprotected Enumeration
<PlanDefinition.ActionRelationshipType> PlanDefinition.PlanDefinitionActionRelatedActionComponent.relationship
The relationship of this action to the related action.Methods in org.hl7.fhir.dstu3.model that return PlanDefinition.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.getRelationship()
Returns the enum constant of this class with the specified name.PlanDefinition.ActionRelationshipType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type PlanDefinition.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.ActionRelationshipTypeEnumFactory.fromType
(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionRelatedActionComponent.getRelationshipElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type PlanDefinition.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.setRelationship
(PlanDefinition.ActionRelationshipType value) PlanDefinition.ActionRelationshipTypeEnumFactory.toCode
(PlanDefinition.ActionRelationshipType code) PlanDefinition.ActionRelationshipTypeEnumFactory.toSystem
(PlanDefinition.ActionRelationshipType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type PlanDefinition.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.setRelationshipElement
(Enumeration<PlanDefinition.ActionRelationshipType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type PlanDefinition.ActionRelationshipTypeModifierConstructorDescriptionPlanDefinitionActionRelatedActionComponent
(IdType actionId, Enumeration<PlanDefinition.ActionRelationshipType> relationship) Constructor