| Package | Description |
|---|---|
| es.uvigo.esei.xcs.domain.entities | |
| es.uvigo.esei.xcs.domain.types |
| Modifier and Type | Method and Description |
|---|---|
Set<ThemeType> |
Story.getThemes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Story.addTheme(ThemeType theme) |
void |
Story.removeTheme(ThemeType theme) |
| Modifier and Type | Method and Description |
|---|---|
void |
Story.setThemes(Set<ThemeType> themes) |
| Modifier and Type | Method and Description |
|---|---|
static ThemeType |
ThemeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThemeType[] |
ThemeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.