Exception in thread "main" java.lang.Error: Unresolved compilation problem: The member enum Traffic cannot be local at MainClass.main(MainClass.java:4)
enums can't be declared within a method.