aboutsummaryrefslogtreecommitdiff
path: root/Category.java
diff options
context:
space:
mode:
Diffstat (limited to 'Category.java')
-rw-r--r--Category.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/Category.java b/Category.java
new file mode 100644
index 0000000..fb35dfb
--- /dev/null
+++ b/Category.java
@@ -0,0 +1,3 @@
+public enum Category {
+ TEEN, NOVEL, THEATER, SPEECH, DOCUMENTARY
+}