Uses of Class
com.ibm.fhir.model.type.code.CatalogEntryRelationType
-
Packages that use CatalogEntryRelationType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of CatalogEntryRelationType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CatalogEntryRelationType Modifier and Type Method Description CatalogEntryRelationTypeCatalogEntry.RelatedEntry. getRelationtype()The type of relation to the related item: child, parent, packageContent, containerPackage, usedIn, uses, requires, etc.Methods in com.ibm.fhir.model.resource with parameters of type CatalogEntryRelationType Modifier and Type Method Description CatalogEntry.RelatedEntry.BuilderCatalogEntry.RelatedEntry.Builder. relationtype(CatalogEntryRelationType relationtype)The type of relation to the related item: child, parent, packageContent, containerPackage, usedIn, uses, requires, etc. -
Uses of CatalogEntryRelationType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as CatalogEntryRelationType Modifier and Type Field Description static CatalogEntryRelationTypeCatalogEntryRelationType. IS_REPLACED_BYReplaced Bystatic CatalogEntryRelationTypeCatalogEntryRelationType. TRIGGERSTriggersMethods in com.ibm.fhir.model.type.code that return CatalogEntryRelationType Modifier and Type Method Description CatalogEntryRelationTypeCatalogEntryRelationType.Builder. build()static CatalogEntryRelationTypeCatalogEntryRelationType. of(CatalogEntryRelationType.ValueSet value)Factory method for creating CatalogEntryRelationType objects from a passed enum value.static CatalogEntryRelationTypeCatalogEntryRelationType. of(String value)Factory method for creating CatalogEntryRelationType objects from a passed string value.
-