Uses of Class
org.ehrbase.dao.access.jooq.SystemValue
-
Packages that use SystemValue Package Description org.ehrbase.dao.access.jooq -
-
Uses of SystemValue in org.ehrbase.dao.access.jooq
Methods in org.ehrbase.dao.access.jooq that return SystemValue Modifier and Type Method Description static SystemValueSystemValue. fromId(String id)Return system value with matching idstatic SystemValueSystemValue. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemValue[]SystemValue. values()Returns an array containing the constants of this enum type, in the order they are declared.
-