| Modifier and Type | Method and Description |
|---|---|
static Topic |
Topic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Topic[] |
Topic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Topic> |
Story.getTopics() |
| Modifier and Type | Method and Description |
|---|---|
void |
Story.setTopics(List<Topic> topics) |
| Constructor and Description |
|---|
Story(int id,
String title,
String text,
Genre genre,
List<Topic> topics,
String author,
Date date,
boolean published) |
Copyright © 2021. All rights reserved.