| 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(String title,
String text,
String author,
Date publicationDate,
Genre genre,
Theme primaryTheme) |
Story(String title,
String text,
String author,
Date publicationDate,
Genre genre,
Theme primaryTheme,
Theme secondaryTheme) |
Copyright © 2018. All rights reserved.