public interface Referee
Modifier and Type | Method and Description |
---|---|
Urn |
getId()
Returns the unique identifier of the current
Referee instance |
String |
getName()
Returns the name of the referee represented by the current
Referee instance |
Map<Locale,String> |
getNationalities()
Returns an unmodifiable
Map containing referee nationality in different languages |
String |
getNationality(Locale locale)
Returns the nationality in the requested locale
|
Urn getId()
Referee
instanceReferee
instanceString getName()
Referee
instanceReferee
instanceString getNationality(Locale locale)
locale
- - a Locale
in which the nationality is requestedCopyright © 2016–2025. All rights reserved.