public interface Round
Modifier and Type | Method and Description |
---|---|
Integer |
getBetradarId()
Returns the Betradar identifier
|
default String |
getBetradarName()
Returns the betradar name
|
Integer |
getCupRoundMatches()
Returns a value specifying the number of matches in the current cup round or a null reference
if number of matches is not applicable to current
Round instance |
Integer |
getCupRoundMatchNumber()
Returns a value specifying the number of the match in the current cup round or a null reference
if match number is not applicable to current
Round instance |
default String |
getGroup()
Returns the group name of the group associated with the current round
|
default Urn |
getGroupId()
Returns the id of the group associated with the current round
|
String |
getName(Locale locale)
Returns the round instance name in the requested locale
|
Map<Locale,String> |
getNames()
|
Integer |
getNumber()
Returns the value specifying the round number or a null reference if round number is not defined
|
String |
getOtherMatchId()
Returns the id of the other match
|
default String |
getPhase()
Returns the phase of the round
|
String |
getPhaseOrGroupLongName(Locale locale)
Returns the name or group long name for the specified locale
|
String |
getType()
Returns the type of the round
|
String getType()
Integer getNumber()
String getName(Locale locale)
locale
- - a Locale
in which the name is requestedString getOtherMatchId()
Integer getCupRoundMatches()
Round
instanceRound
instanceInteger getCupRoundMatchNumber()
Round
instanceRound
instanceInteger getBetradarId()
String getPhaseOrGroupLongName(Locale locale)
locale
- Locale
specifying the language of the valuedefault Urn getGroupId()
default String getPhase()
default String getGroup()
default String getBetradarName()
Copyright © 2016–2025. All rights reserved.