[LIB-8] Add EventFormat to the Event entity
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / api / Event.java
index 45b50b5..b3fdb68 100644 (file)
@@ -77,6 +77,8 @@ public interface Event extends IdEntity {
 
     int format();
 
+    EventFormat formatType();
+
     String twitter();
 
     String hashTag();