Uses of Class
com.ibm.fhir.registry.resource.FHIRRegistryResource.Version.CompareMode
-
Packages that use FHIRRegistryResource.Version.CompareMode Package Description com.ibm.fhir.registry.resource -
-
Uses of FHIRRegistryResource.Version.CompareMode in com.ibm.fhir.registry.resource
Methods in com.ibm.fhir.registry.resource that return FHIRRegistryResource.Version.CompareMode Modifier and Type Method Description static FHIRRegistryResource.Version.CompareMode
FHIRRegistryResource.Version.CompareMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FHIRRegistryResource.Version.CompareMode[]
FHIRRegistryResource.Version.CompareMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-