| Modifier and Type | Method and Description |
|---|---|
Type |
Story.getType() |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.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.setType(Type type) |
void |
Story.validateType(Type type) |
| Constructor and Description |
|---|
Story(int id,
String title,
String content,
User author,
Date publicationDate,
Type type,
Topic topic1,
Topic topic2,
int numReads) |
Story(String title,
String content,
User author,
Date publicationDate,
Type type,
Topic topic1,
Topic topic2,
int numReads) |
Copyright © 2021. All rights reserved.