| Package | Description |
|---|---|
| es.uvigo.esei.dgss.teama.microstories.domain.entities | |
| es.uvigo.esei.dgss.teama.microstories.domain.enums |
| Modifier and Type | Method and Description |
|---|---|
Genre |
Story.getGenre() |
| Modifier and Type | Method and Description |
|---|---|
void |
Story.setGenre(Genre genre) |
| Constructor and Description |
|---|
Story(String title,
Author author,
Date dateOfPublish,
Genre genre,
String text,
Theme[] themes) |
Story(String title,
Author author,
Date dateOfPublish,
Genre genre,
String text,
Theme[] themes,
Reading[] readings) |
Story(String title,
Author author,
Genre genre,
String text) |
Story(String title,
Author author,
Genre genre,
String text,
Theme[] themes) |
Story(String title,
Genre genre,
String text) |
Story(String title,
Genre genre,
String text,
Theme[] themes) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2018. All rights reserved.