source:
src/main/java/com/example/moviezone/model/enums/GenreEnum.java
Last change on this file was 1e7126f, checked in by , 15 months ago | |
---|---|
|
|
File size: 160 bytes |
Rev | Line | |
---|---|---|
[1e7126f] | 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 | |
[40935d3] | 11 | } |
Note:
See TracBrowser
for help on using the repository browser.