Enum GamePeriod

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<GamePeriod>

    public enum GamePeriod
    extends java.lang.Enum<GamePeriod>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.sportsdata.client.games.GamePeriod
    • Enum Constant Detail

      • GAME_PERIOD_UNSET

        public static final GamePeriod GAME_PERIOD_UNSET
        GAME_PERIOD_UNSET = 0;
      • GAME_PERIOD_FIRST_TIME

        public static final GamePeriod GAME_PERIOD_FIRST_TIME
        GAME_PERIOD_FIRST_TIME = 1;
      • GAME_PERIOD_SECOND_TIME

        public static final GamePeriod GAME_PERIOD_SECOND_TIME
        GAME_PERIOD_SECOND_TIME = 2;
      • GAME_PERIOD_FIRST_TIME_EXTRA

        public static final GamePeriod GAME_PERIOD_FIRST_TIME_EXTRA
        GAME_PERIOD_FIRST_TIME_EXTRA = 3;
      • GAME_PERIOD_SECOND_TIME_EXTRA

        public static final GamePeriod GAME_PERIOD_SECOND_TIME_EXTRA
        GAME_PERIOD_SECOND_TIME_EXTRA = 4;
      • GAME_PERIOD_EXTRA_TIME

        public static final GamePeriod GAME_PERIOD_EXTRA_TIME
        GAME_PERIOD_EXTRA_TIME = 5;
      • GAME_PERIOD_PENALTY

        public static final GamePeriod GAME_PERIOD_PENALTY
        GAME_PERIOD_PENALTY = 6;
      • GAME_PERIOD_FIRST_QUARTER

        public static final GamePeriod GAME_PERIOD_FIRST_QUARTER
        GAME_PERIOD_FIRST_QUARTER = 7;
      • GAME_PERIOD_SECOND_QUARTER

        public static final GamePeriod GAME_PERIOD_SECOND_QUARTER
        GAME_PERIOD_SECOND_QUARTER = 8;
      • GAME_PERIOD_THIRD_QUARTER

        public static final GamePeriod GAME_PERIOD_THIRD_QUARTER
        GAME_PERIOD_THIRD_QUARTER = 9;
      • GAME_PERIOD_FOURTH_QUARTER

        public static final GamePeriod GAME_PERIOD_FOURTH_QUARTER
        GAME_PERIOD_FOURTH_QUARTER = 10;
      • GAME_PERIOD_HALF

        public static final GamePeriod GAME_PERIOD_HALF
        GAME_PERIOD_HALF = 11;
      • GAME_PERIOD_OVERTIME

        public static final GamePeriod GAME_PERIOD_OVERTIME
        GAME_PERIOD_OVERTIME = 12;
      • GAME_PERIOD_FINAL

        public static final GamePeriod GAME_PERIOD_FINAL
        GAME_PERIOD_FINAL = 13;
      • UNRECOGNIZED

        public static final GamePeriod UNRECOGNIZED
    • Field Detail

      • GAME_PERIOD_UNSET_VALUE

        public static final int GAME_PERIOD_UNSET_VALUE
        GAME_PERIOD_UNSET = 0;
        See Also:
        Constant Field Values
      • GAME_PERIOD_FIRST_TIME_VALUE

        public static final int GAME_PERIOD_FIRST_TIME_VALUE
        GAME_PERIOD_FIRST_TIME = 1;
        See Also:
        Constant Field Values
      • GAME_PERIOD_SECOND_TIME_VALUE

        public static final int GAME_PERIOD_SECOND_TIME_VALUE
        GAME_PERIOD_SECOND_TIME = 2;
        See Also:
        Constant Field Values
      • GAME_PERIOD_FIRST_TIME_EXTRA_VALUE

        public static final int GAME_PERIOD_FIRST_TIME_EXTRA_VALUE
        GAME_PERIOD_FIRST_TIME_EXTRA = 3;
        See Also:
        Constant Field Values
      • GAME_PERIOD_SECOND_TIME_EXTRA_VALUE

        public static final int GAME_PERIOD_SECOND_TIME_EXTRA_VALUE
        GAME_PERIOD_SECOND_TIME_EXTRA = 4;
        See Also:
        Constant Field Values
      • GAME_PERIOD_EXTRA_TIME_VALUE

        public static final int GAME_PERIOD_EXTRA_TIME_VALUE
        GAME_PERIOD_EXTRA_TIME = 5;
        See Also:
        Constant Field Values
      • GAME_PERIOD_PENALTY_VALUE

        public static final int GAME_PERIOD_PENALTY_VALUE
        GAME_PERIOD_PENALTY = 6;
        See Also:
        Constant Field Values
      • GAME_PERIOD_FIRST_QUARTER_VALUE

        public static final int GAME_PERIOD_FIRST_QUARTER_VALUE
        GAME_PERIOD_FIRST_QUARTER = 7;
        See Also:
        Constant Field Values
      • GAME_PERIOD_SECOND_QUARTER_VALUE

        public static final int GAME_PERIOD_SECOND_QUARTER_VALUE
        GAME_PERIOD_SECOND_QUARTER = 8;
        See Also:
        Constant Field Values
      • GAME_PERIOD_THIRD_QUARTER_VALUE

        public static final int GAME_PERIOD_THIRD_QUARTER_VALUE
        GAME_PERIOD_THIRD_QUARTER = 9;
        See Also:
        Constant Field Values
      • GAME_PERIOD_FOURTH_QUARTER_VALUE

        public static final int GAME_PERIOD_FOURTH_QUARTER_VALUE
        GAME_PERIOD_FOURTH_QUARTER = 10;
        See Also:
        Constant Field Values
      • GAME_PERIOD_HALF_VALUE

        public static final int GAME_PERIOD_HALF_VALUE
        GAME_PERIOD_HALF = 11;
        See Also:
        Constant Field Values
      • GAME_PERIOD_OVERTIME_VALUE

        public static final int GAME_PERIOD_OVERTIME_VALUE
        GAME_PERIOD_OVERTIME = 12;
        See Also:
        Constant Field Values
      • GAME_PERIOD_FINAL_VALUE

        public static final int GAME_PERIOD_FINAL_VALUE
        GAME_PERIOD_FINAL = 13;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static GamePeriod[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (GamePeriod c : GamePeriod.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static GamePeriod valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
      • valueOf

        @Deprecated
        public static GamePeriod valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static GamePeriod forNumber​(int value)
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<GamePeriod> internalGetValueMap()
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()