Uses of Class
com.ibm.fhir.bucket.app.FhirBucketSchemaVersion
-
Packages that use FhirBucketSchemaVersion Package Description com.ibm.fhir.bucket.app -
-
Uses of FhirBucketSchemaVersion in com.ibm.fhir.bucket.app
Methods in com.ibm.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.
-