Uses of Class
org.hl7.fhir.r4.model.CatalogEntry.CatalogEntryRelationType
-
Packages that use CatalogEntry.CatalogEntryRelationType Package Description org.hl7.fhir.r4.model -
-
Uses of CatalogEntry.CatalogEntryRelationType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CatalogEntry.CatalogEntryRelationType Modifier and Type Field Description protected 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.CatalogEntryRelationType Modifier and Type Method Description static CatalogEntry.CatalogEntryRelationTypeCatalogEntry.CatalogEntryRelationType. fromCode(String codeString)CatalogEntry.CatalogEntryRelationTypeCatalogEntry.CatalogEntryRelationTypeEnumFactory. fromCode(String codeString)CatalogEntry.CatalogEntryRelationTypeCatalogEntry.CatalogEntryRelatedEntryComponent. getRelationtype()static CatalogEntry.CatalogEntryRelationTypeCatalogEntry.CatalogEntryRelationType. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogEntry.CatalogEntryRelationType[]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.CatalogEntryRelationType Modifier and Type Method Description Enumeration<CatalogEntry.CatalogEntryRelationType>CatalogEntry.CatalogEntryRelationTypeEnumFactory. fromType(Base code)Enumeration<CatalogEntry.CatalogEntryRelationType>CatalogEntry.CatalogEntryRelatedEntryComponent. getRelationtypeElement()Methods in org.hl7.fhir.r4.model with parameters of type CatalogEntry.CatalogEntryRelationType Modifier and Type Method Description CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry.CatalogEntryRelatedEntryComponent. setRelationtype(CatalogEntry.CatalogEntryRelationType value)StringCatalogEntry.CatalogEntryRelationTypeEnumFactory. toCode(CatalogEntry.CatalogEntryRelationType code)StringCatalogEntry.CatalogEntryRelationTypeEnumFactory. toSystem(CatalogEntry.CatalogEntryRelationType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type CatalogEntry.CatalogEntryRelationType Modifier and Type Method Description CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry.CatalogEntryRelatedEntryComponent. setRelationtypeElement(Enumeration<CatalogEntry.CatalogEntryRelationType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type CatalogEntry.CatalogEntryRelationType Constructor Description CatalogEntryRelatedEntryComponent(Enumeration<CatalogEntry.CatalogEntryRelationType> relationtype, Reference item)Constructor
-