Enum BasketballPerformerCategory
- java.lang.Object
-
- java.lang.Enum<BasketballPerformerCategory>
-
- com.streamlayer.sports.basketball.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 enumstreamlayer.sports.basketball.BasketballPerformerCategory
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BASKETBALL_PERFORMER_CATEGORY_ASSISTSBASKETBALL_PERFORMER_CATEGORY_ASSISTS = 3;BASKETBALL_PERFORMER_CATEGORY_POINTSBASKETBALL_PERFORMER_CATEGORY_POINTS = 1;BASKETBALL_PERFORMER_CATEGORY_REBOUNDSBASKETBALL_PERFORMER_CATEGORY_REBOUNDS = 2;BASKETBALL_PERFORMER_CATEGORY_UNSETBASKETBALL_PERFORMER_CATEGORY_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intBASKETBALL_PERFORMER_CATEGORY_ASSISTS_VALUEBASKETBALL_PERFORMER_CATEGORY_ASSISTS = 3;static intBASKETBALL_PERFORMER_CATEGORY_POINTS_VALUEBASKETBALL_PERFORMER_CATEGORY_POINTS = 1;static intBASKETBALL_PERFORMER_CATEGORY_REBOUNDS_VALUEBASKETBALL_PERFORMER_CATEGORY_REBOUNDS = 2;static intBASKETBALL_PERFORMER_CATEGORY_UNSET_VALUEBASKETBALL_PERFORMER_CATEGORY_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static BasketballPerformerCategoryforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<BasketballPerformerCategory>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static BasketballPerformerCategoryvalueOf(int value)Deprecated.static BasketballPerformerCategoryvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BasketballPerformerCategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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;
-
UNRECOGNIZED
public static final BasketballPerformerCategory UNRECOGNIZED
-
-
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 namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.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 namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static BasketballPerformerCategory forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<BasketballPerformerCategory> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-