package de.gedoplan.seminar.jpa.exercise.domain; public enum TrafficJamCause { ROAD_WORKS, ACCIDENT, TRAFFIC_VOLUME }