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