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