| Modifier and Type | Method and Description |
|---|---|
Theme |
Story.getTheme1() |
Theme |
Story.getTheme2() |
static Theme |
Theme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Theme[] |
Theme.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.setTheme1(Theme theme1) |
void |
Story.setTheme2(Theme theme2) |
| Constructor and Description |
|---|
Nanostory(int idStory,
String title,
Theme theme1,
Theme theme2,
String author,
Timestamp date,
String nanostoryText) |
Nanostory(String title,
Theme theme1,
String author,
Timestamp date,
String nanostoryText) |
Nanostory(String title,
Theme theme1,
Theme theme2,
String author,
Timestamp date,
String nanostoryText) |
Narrative(int idStory,
String text,
Theme theme1,
Theme theme2,
String autor,
Timestamp date,
String narrativeText) |
Narrative(String title,
Theme theme1,
String autor,
Timestamp date,
String narrativeText) |
Narrative(String text,
Theme theme1,
Theme theme2,
String autor,
Timestamp date,
String narrativeText) |
Poetry(int idStory,
String text,
Theme theme1,
Theme theme2,
String autor,
Timestamp date,
String poetryText) |
Poetry(String text,
Theme theme1,
String autor,
Timestamp date,
String poetryText) |
Poetry(String text,
Theme theme1,
Theme theme2,
String autor,
Timestamp date,
String poetryText) |
Story(int idStory,
String title,
Theme theme1,
Theme theme2,
String author,
Timestamp date) |
Story(String title,
Theme theme1,
String author,
Timestamp date) |
Story(String title,
Theme theme1,
Theme theme2,
String author,
Timestamp date) |
Copyright © 2019. All rights reserved.