Enum BasketballPerformerCategory

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

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

      • BASKETBALL_PERFORMER_CATEGORY_UNSET

        public static final BasketballPerformerCategory BASKETBALL_PERFORMER_CATEGORY_UNSET
        BASKETBALL_PERFORMER_CATEGORY_UNSET = 0;
      • BASKETBALL_PERFORMER_CATEGORY_POINTS

        public static final BasketballPerformerCategory BASKETBALL_PERFORMER_CATEGORY_POINTS
        BASKETBALL_PERFORMER_CATEGORY_POINTS = 1;
      • BASKETBALL_PERFORMER_CATEGORY_REBOUNDS

        public static final BasketballPerformerCategory BASKETBALL_PERFORMER_CATEGORY_REBOUNDS
        BASKETBALL_PERFORMER_CATEGORY_REBOUNDS = 2;
      • BASKETBALL_PERFORMER_CATEGORY_ASSISTS

        public static final BasketballPerformerCategory BASKETBALL_PERFORMER_CATEGORY_ASSISTS
        BASKETBALL_PERFORMER_CATEGORY_ASSISTS = 3;
    • Field Detail

      • BASKETBALL_PERFORMER_CATEGORY_UNSET_VALUE

        public static final int BASKETBALL_PERFORMER_CATEGORY_UNSET_VALUE
        BASKETBALL_PERFORMER_CATEGORY_UNSET = 0;
        See Also:
        Constant Field Values
      • BASKETBALL_PERFORMER_CATEGORY_POINTS_VALUE

        public static final int BASKETBALL_PERFORMER_CATEGORY_POINTS_VALUE
        BASKETBALL_PERFORMER_CATEGORY_POINTS = 1;
        See Also:
        Constant Field Values
      • BASKETBALL_PERFORMER_CATEGORY_REBOUNDS_VALUE

        public static final int BASKETBALL_PERFORMER_CATEGORY_REBOUNDS_VALUE
        BASKETBALL_PERFORMER_CATEGORY_REBOUNDS = 2;
        See Also:
        Constant Field Values
      • BASKETBALL_PERFORMER_CATEGORY_ASSISTS_VALUE

        public static final int BASKETBALL_PERFORMER_CATEGORY_ASSISTS_VALUE
        BASKETBALL_PERFORMER_CATEGORY_ASSISTS = 3;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static BasketballPerformerCategory 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 BasketballPerformerCategory 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
      • internalGetVerifier

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