| Package | Description |
|---|---|
| es.uvigo.esei.dgss.teama.microstories.entities | |
| es.uvigo.esei.dgss.teama.microstories.enums |
| Modifier and Type | Method and Description |
|---|---|
Gender |
StoryEntity.getGender() |
| Constructor and Description |
|---|
StoryEntity(Integer id,
String title,
String text,
Gender gender,
Topic topic1,
Topic topic2,
String author,
Date publicationDate) |
| Modifier and Type | Method and Description |
|---|---|
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.