| Modifier and Type | Method and Description |
|---|---|
Thematics |
Microstories.getThematics() |
static Thematics |
Thematics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Thematics[] |
Thematics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Microstories.setThematics(Thematics thematics) |
| Constructor and Description |
|---|
Microstories(int idMicrostories,
String title,
String content,
String author,
Date creationDate,
Date publicationDate,
Thematics thematics,
Gender gender) |
Microstories(String title,
String content,
String author,
Date creationDate,
Date publicationDate,
Thematics thematics,
Gender gender) |
Copyright © 2019. All rights reserved.