Interface EntityEnum
- All Known Implementing Classes:
BallEventType
,BookMatchResult
,Coverage
,FormatType
,IceConditions
,Inning
,LatencyLevel
,LiveScoutLoginType
,MatchBetStatus
,PitchConditions
,ScoutFeedType
,ScoutMatchStatus
,Sex
,SurfaceType
,Team
,TeamPlayerStatsType
,TeamsReversed
,TeamStatsType
,WeatherConditions
public interface EntityEnum
Represents an entity enumeration
- Author:
- uros.bregar
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns value of concrete enum member.boolean
isValueEqual
(Object value) Determines whether the passedvalue
is equal to value associated with the currentEntityEnum
-
Method Details
-
isValueEqual
Determines whether the passedvalue
is equal to value associated with the currentEntityEnum
- Parameters:
value
- a value to be compared to the value associated with the currentEntityEnum
- Returns:
- value true if passed
value
is equal to the value associated with the currentEntityEnum
. Otherwise false.
-
getValue
Object getValue()Returns value of concrete enum member.- Returns:
- enum value
-