| Modifier and Type | Method and Description |
|---|---|
Genre |
Story.getGenre() |
static Genre |
Genre.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Genre[] |
Genre.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Story.setGenre(Genre genre) |
| Constructor and Description |
|---|
Story(int id,
String title,
String text,
Genre genre,
Topic topic,
Topic subtopic,
String author,
Date date,
boolean published) |
Copyright © 2021. All rights reserved.