| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getEventType()
The getter for the eventType parameter.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.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.setEventType(EventType eventType)
The setter for the eventType parameter.
|
| Constructor and Description |
|---|
Event(EventType eventType,
String title,
String shortDescription,
Date date,
String location)
Creates a new instance of
Event. |
Copyright © 2015. All rights reserved.