| Modifier and Type | Method and Description |
|---|---|
Event.Category |
Event.getCategory() |
static Event.Category |
Event.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Category[] |
Event.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setCategory(Event.Category category) |
| Constructor and Description |
|---|
Event(String title,
Event.Category category,
String description,
Date eventDate,
String location,
int participants) |
Copyright © 2016. All rights reserved.