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 Type
    Method
    Description
    Returns value of concrete enum member.
    boolean
    Determines whether the passed value is equal to value associated with the current EntityEnum
  • Method Details

    • isValueEqual

      boolean isValueEqual(Object value)
      Determines whether the passed value is equal to value associated with the current EntityEnum
      Parameters:
      value - a value to be compared to the value associated with the current EntityEnum
      Returns:
      value true if passed value is equal to the value associated with the current EntityEnum. Otherwise false.
    • getValue

      Object getValue()
      Returns value of concrete enum member.
      Returns:
      enum value