Uses of Class
org.linuxforhealth.fhir.registry.resource.FHIRRegistryResource.Version
-
Packages that use FHIRRegistryResource.Version Package Description org.linuxforhealth.fhir.registry.resource org.linuxforhealth.fhir.registry.util -
-
Uses of FHIRRegistryResource.Version in org.linuxforhealth.fhir.registry.resource
Fields in org.linuxforhealth.fhir.registry.resource declared as FHIRRegistryResource.Version Modifier and Type Field Description static FHIRRegistryResource.Version
FHIRRegistryResource.Version. NO_VERSION
protected FHIRRegistryResource.Version
FHIRRegistryResource. version
Methods in org.linuxforhealth.fhir.registry.resource that return FHIRRegistryResource.Version Modifier and Type Method Description static FHIRRegistryResource.Version
FHIRRegistryResource.Version. from(java.lang.String version)
FHIRRegistryResource.Version
FHIRRegistryResource. getVersion()
Methods in org.linuxforhealth.fhir.registry.resource with parameters of type FHIRRegistryResource.Version Modifier and Type Method Description int
FHIRRegistryResource.Version. compareTo(FHIRRegistryResource.Version version)
Constructors in org.linuxforhealth.fhir.registry.resource with parameters of type FHIRRegistryResource.Version Constructor Description FHIRRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type)
FHIRRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type, boolean defaultVersion)
FHIRRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type, Resource resource)
FHIRRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type, Resource resource, boolean defaultVersion)
-
Uses of FHIRRegistryResource.Version in org.linuxforhealth.fhir.registry.util
Constructors in org.linuxforhealth.fhir.registry.util with parameters of type FHIRRegistryResource.Version Constructor Description PackageRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type, java.lang.String path)
-