Constructor and Description |
---|
TennisTimeType(int match,
int set,
int game) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TimeType timeType) |
boolean |
equals(java.lang.Object obj) |
int |
game()
Retrieve the game number
|
int |
hashCode() |
int |
match()
Retrieve the match number
|
java.lang.String |
name()
Retrieve a kind of like a StringBuilder to generate M+matchnumber S+setnumber G+gamenumber for filtering purpose
|
int |
ordinal() |
int |
set()
Retrieve the set number
|
SportType |
sportType() |
static TennisTimeType |
valueOf(java.lang.String name) |
getClass, notify, notifyAll, toString, wait, wait, wait
deserialize, deserialize, fromName, serialize
public int match()
public int set()
public int game()
public int ordinal()
ordinal
in interface jayeson.lib.feed.api.EnumInterface
public java.lang.String name()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(TimeType timeType)
compareTo
in interface java.lang.Comparable<TimeType>
public static TennisTimeType valueOf(java.lang.String name)