
Uses of Enum
ca.uhn.fhir.jpa.entity.TermConceptParentChildLink.RelationshipTypeEnum
Packages that use TermConceptParentChildLink.RelationshipTypeEnum
-
Uses of TermConceptParentChildLink.RelationshipTypeEnum in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return TermConceptParentChildLink.RelationshipTypeEnumModifier and TypeMethodDescriptionTermConceptParentChildLink.getRelationshipType()
Returns the enum constant of this type with the specified name.TermConceptParentChildLink.RelationshipTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.entity with parameters of type TermConceptParentChildLink.RelationshipTypeEnumModifier and TypeMethodDescriptionTermConcept.addChild
(TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) TermConcept.addChild
(TermConcept theChild, TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) void
TermConcept.addChildren
(List<TermConcept> theChildren, TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) TermConceptParentChildLink.setRelationshipType
(TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType)