Enum BettingSettingsTextColor
- java.lang.Object
-
- java.lang.Enum<BettingSettingsTextColor>
-
- com.streamlayer.sdkSettings.common.BettingSettingsTextColor
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<BettingSettingsTextColor>
public enum BettingSettingsTextColor extends java.lang.Enum<BettingSettingsTextColor> implements com.google.protobuf.Internal.EnumLite
Protobuf enumstreamlayer.sdkSettings.BettingSettingsTextColor
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BETTING_SETTINGS_TEXT_COLOR_CUSTOMBETTING_SETTINGS_TEXT_COLOR_CUSTOM = 3;BETTING_SETTINGS_TEXT_COLOR_GREYBETTING_SETTINGS_TEXT_COLOR_GREY = 2;BETTING_SETTINGS_TEXT_COLOR_PRIMARYBETTING_SETTINGS_TEXT_COLOR_PRIMARY = 1;BETTING_SETTINGS_TEXT_COLOR_UNSETBETTING_SETTINGS_TEXT_COLOR_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intBETTING_SETTINGS_TEXT_COLOR_CUSTOM_VALUEBETTING_SETTINGS_TEXT_COLOR_CUSTOM = 3;static intBETTING_SETTINGS_TEXT_COLOR_GREY_VALUEBETTING_SETTINGS_TEXT_COLOR_GREY = 2;static intBETTING_SETTINGS_TEXT_COLOR_PRIMARY_VALUEBETTING_SETTINGS_TEXT_COLOR_PRIMARY = 1;static intBETTING_SETTINGS_TEXT_COLOR_UNSET_VALUEBETTING_SETTINGS_TEXT_COLOR_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static BettingSettingsTextColorforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<BettingSettingsTextColor>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static BettingSettingsTextColorvalueOf(int value)Deprecated.static BettingSettingsTextColorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BettingSettingsTextColor[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BETTING_SETTINGS_TEXT_COLOR_UNSET
public static final BettingSettingsTextColor BETTING_SETTINGS_TEXT_COLOR_UNSET
BETTING_SETTINGS_TEXT_COLOR_UNSET = 0;
-
BETTING_SETTINGS_TEXT_COLOR_PRIMARY
public static final BettingSettingsTextColor BETTING_SETTINGS_TEXT_COLOR_PRIMARY
BETTING_SETTINGS_TEXT_COLOR_PRIMARY = 1;
-
BETTING_SETTINGS_TEXT_COLOR_GREY
public static final BettingSettingsTextColor BETTING_SETTINGS_TEXT_COLOR_GREY
BETTING_SETTINGS_TEXT_COLOR_GREY = 2;
-
BETTING_SETTINGS_TEXT_COLOR_CUSTOM
public static final BettingSettingsTextColor BETTING_SETTINGS_TEXT_COLOR_CUSTOM
BETTING_SETTINGS_TEXT_COLOR_CUSTOM = 3;
-
UNRECOGNIZED
public static final BettingSettingsTextColor UNRECOGNIZED
-
-
Field Detail
-
BETTING_SETTINGS_TEXT_COLOR_UNSET_VALUE
public static final int BETTING_SETTINGS_TEXT_COLOR_UNSET_VALUE
BETTING_SETTINGS_TEXT_COLOR_UNSET = 0;- See Also:
- Constant Field Values
-
BETTING_SETTINGS_TEXT_COLOR_PRIMARY_VALUE
public static final int BETTING_SETTINGS_TEXT_COLOR_PRIMARY_VALUE
BETTING_SETTINGS_TEXT_COLOR_PRIMARY = 1;- See Also:
- Constant Field Values
-
BETTING_SETTINGS_TEXT_COLOR_GREY_VALUE
public static final int BETTING_SETTINGS_TEXT_COLOR_GREY_VALUE
BETTING_SETTINGS_TEXT_COLOR_GREY = 2;- See Also:
- Constant Field Values
-
BETTING_SETTINGS_TEXT_COLOR_CUSTOM_VALUE
public static final int BETTING_SETTINGS_TEXT_COLOR_CUSTOM_VALUE
BETTING_SETTINGS_TEXT_COLOR_CUSTOM = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static BettingSettingsTextColor[] 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 (BettingSettingsTextColor c : BettingSettingsTextColor.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BettingSettingsTextColor 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 BettingSettingsTextColor 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 BettingSettingsTextColor forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<BettingSettingsTextColor> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-