| Modifier and Type | Method and Description |
|---|---|
Story.Genre |
Story.getStoryGenre() |
static Story.Genre |
Story.Genre.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Story.Genre[] |
Story.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.setStoryGenre(Story.Genre storyGenre) |
| Constructor and Description |
|---|
Story(Integer id,
String title,
String text,
String author,
Date publicationDate,
Story.Genre genre,
Story.Theme primaryTheme,
Story.Theme secondaryTheme) |
Story(String title,
String text,
String author,
Date publicationDate,
Story.Genre genre,
Story.Theme primaryTheme,
Story.Theme secondaryTheme) |
Copyright © 2018. All rights reserved.