Uses of Enum
org.hl7.fhir.r4.model.CatalogEntry.CatalogEntryRelationType
Packages that use CatalogEntry.CatalogEntryRelationType
-
Uses of CatalogEntry.CatalogEntryRelationType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CatalogEntry.CatalogEntryRelationTypeModifier and TypeFieldDescriptionprotected Enumeration<CatalogEntry.CatalogEntryRelationType>CatalogEntry.CatalogEntryRelatedEntryComponent.relationtypeThe type of relation to the related item: child, parent, packageContent, containerPackage, usedIn, uses, requires, etc.Methods in org.hl7.fhir.r4.model that return CatalogEntry.CatalogEntryRelationTypeModifier and TypeMethodDescriptionCatalogEntry.CatalogEntryRelatedEntryComponent.getRelationtype()Returns the enum constant of this type with the specified name.CatalogEntry.CatalogEntryRelationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type CatalogEntry.CatalogEntryRelationTypeModifier and TypeMethodDescriptionCatalogEntry.CatalogEntryRelatedEntryComponent.getRelationtypeElement()Methods in org.hl7.fhir.r4.model with parameters of type CatalogEntry.CatalogEntryRelationTypeModifier and TypeMethodDescriptionCatalogEntry.CatalogEntryRelatedEntryComponent.setRelationtype(CatalogEntry.CatalogEntryRelationType value)CatalogEntry.CatalogEntryRelationTypeEnumFactory.toCode(CatalogEntry.CatalogEntryRelationType code)CatalogEntry.CatalogEntryRelationTypeEnumFactory.toSystem(CatalogEntry.CatalogEntryRelationType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type CatalogEntry.CatalogEntryRelationTypeModifier and TypeMethodDescriptionCatalogEntry.CatalogEntryRelatedEntryComponent.setRelationtypeElement(Enumeration<CatalogEntry.CatalogEntryRelationType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type CatalogEntry.CatalogEntryRelationTypeModifierConstructorDescriptionCatalogEntryRelatedEntryComponent(Enumeration<CatalogEntry.CatalogEntryRelationType> relationtype, Reference item)Constructor