Interface NamedValuesProvider
- All Known Implementing Classes:
NamedValuesProviderImpl
public interface NamedValuesProvider
Defines the possible provide methods used to access various
NamedValueCache implementations
(e.g. bet stop reasons, void reasons, ...)-
Method Summary
Modifier and TypeMethodDescriptionReturns theNamedValueCacheproviding bet stop reason descriptionsReturns theNamedValueCacheproviding betting status descriptionsReturns theLocalizedNamedValueCacheproviding match status descriptionsReturns theNamedValueCacheproviding void reason descriptions
-
Method Details
-
getVoidReasons
NamedValueCache getVoidReasons()Returns theNamedValueCacheproviding void reason descriptions- Returns:
- - the
NamedValueCacheproviding void reason descriptions
-
getBetStopReasons
NamedValueCache getBetStopReasons()Returns theNamedValueCacheproviding bet stop reason descriptions- Returns:
- - the
NamedValueCacheproviding bet stop reason descriptions
-
getBettingStatuses
NamedValueCache getBettingStatuses()Returns theNamedValueCacheproviding betting status descriptions- Returns:
- - the
NamedValueCacheproviding betting status descriptions
-
getMatchStatuses
LocalizedNamedValueCache getMatchStatuses()Returns theLocalizedNamedValueCacheproviding match status descriptions- Returns:
- - the
LocalizedNamedValueCacheproviding match status descriptions
-