| Package | Description |
|---|---|
| jayeson.lib.feed.tennis |
| Modifier and Type | Method and Description |
|---|---|
TennisEventType |
TennisEvent.eventType()
Retrieve event type of tennis which can be one of NONE, GAME, or SET
|
static TennisEventType |
TennisEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TennisEventType[] |
TennisEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|