source:
src/main/java/com/example/moviezone/model/enums/GenreEnum.java@
1e7126f
Last change on this file since 1e7126f was 1e7126f, checked in by , 15 months ago | |
---|---|
|
|
File size: 160 bytes |
Line | |
---|---|
1 | package com.example.moviezone.model.enums; |
2 | |
3 | public enum GenreEnum { |
4 | Animation, |
5 | Adventure, |
6 | Comedy, |
7 | Fantasy, |
8 | Crime, |
9 | Drama, |
10 | Thriller |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.