Uses of Class
org.linuxforhealth.fhir.bucket.app.FhirBucketSchemaVersion
-
Packages that use FhirBucketSchemaVersion Package Description org.linuxforhealth.fhir.bucket.app -
-
Uses of FhirBucketSchemaVersion in org.linuxforhealth.fhir.bucket.app
Methods in org.linuxforhealth.fhir.bucket.app that return FhirBucketSchemaVersion Modifier and Type Method Description static FhirBucketSchemaVersion
FhirBucketSchemaVersion. getLatestSchemaVersion()
Get the max FhirBucketSchemaVersion based on vidstatic FhirBucketSchemaVersion
FhirBucketSchemaVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FhirBucketSchemaVersion[]
FhirBucketSchemaVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-