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