Enum EventStatus

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

    public enum EventStatus
    extends java.lang.Enum<EventStatus>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.sports.EventStatus
    • Enum Constant Detail

      • EVENT_STATUS_UNSET

        public static final EventStatus EVENT_STATUS_UNSET
        EVENT_STATUS_UNSET = 0;
      • EVENT_STATUS_PREGAME

        public static final EventStatus EVENT_STATUS_PREGAME
        EVENT_STATUS_PREGAME = 1;
      • EVENT_STATUS_ACTIVE

        public static final EventStatus EVENT_STATUS_ACTIVE
        EVENT_STATUS_ACTIVE = 2;
      • EVENT_STATUS_BREAK

        public static final EventStatus EVENT_STATUS_BREAK
        EVENT_STATUS_BREAK = 3;
      • EVENT_STATUS_OVERTIME

        public static final EventStatus EVENT_STATUS_OVERTIME
        EVENT_STATUS_OVERTIME = 4;
      • EVENT_STATUS_SHOOTOUTS

        public static final EventStatus EVENT_STATUS_SHOOTOUTS
        EVENT_STATUS_SHOOTOUTS = 5;
      • EVENT_STATUS_POSTGAME

        public static final EventStatus EVENT_STATUS_POSTGAME
        EVENT_STATUS_POSTGAME = 6;
      • EVENT_STATUS_CANCELLED

        public static final EventStatus EVENT_STATUS_CANCELLED
        EVENT_STATUS_CANCELLED = 7;
      • UNRECOGNIZED

        public static final EventStatus UNRECOGNIZED
    • Field Detail

      • EVENT_STATUS_UNSET_VALUE

        public static final int EVENT_STATUS_UNSET_VALUE
        EVENT_STATUS_UNSET = 0;
        See Also:
        Constant Field Values
      • EVENT_STATUS_PREGAME_VALUE

        public static final int EVENT_STATUS_PREGAME_VALUE
        EVENT_STATUS_PREGAME = 1;
        See Also:
        Constant Field Values
      • EVENT_STATUS_ACTIVE_VALUE

        public static final int EVENT_STATUS_ACTIVE_VALUE
        EVENT_STATUS_ACTIVE = 2;
        See Also:
        Constant Field Values
      • EVENT_STATUS_BREAK_VALUE

        public static final int EVENT_STATUS_BREAK_VALUE
        EVENT_STATUS_BREAK = 3;
        See Also:
        Constant Field Values
      • EVENT_STATUS_OVERTIME_VALUE

        public static final int EVENT_STATUS_OVERTIME_VALUE
        EVENT_STATUS_OVERTIME = 4;
        See Also:
        Constant Field Values
      • EVENT_STATUS_SHOOTOUTS_VALUE

        public static final int EVENT_STATUS_SHOOTOUTS_VALUE
        EVENT_STATUS_SHOOTOUTS = 5;
        See Also:
        Constant Field Values
      • EVENT_STATUS_POSTGAME_VALUE

        public static final int EVENT_STATUS_POSTGAME_VALUE
        EVENT_STATUS_POSTGAME = 6;
        See Also:
        Constant Field Values
      • EVENT_STATUS_CANCELLED_VALUE

        public static final int EVENT_STATUS_CANCELLED_VALUE
        EVENT_STATUS_CANCELLED = 7;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static EventStatus[] 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 (EventStatus c : EventStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EventStatus 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 EventStatus 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 EventStatus forNumber​(int value)
      • internalGetValueMap

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

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