Package com.streamlayer.sports.common
Enum LeagueSyncStatus
- java.lang.Object
-
- java.lang.Enum<LeagueSyncStatus>
-
- com.streamlayer.sports.common.LeagueSyncStatus
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<LeagueSyncStatus>
public enum LeagueSyncStatus extends java.lang.Enum<LeagueSyncStatus> implements com.google.protobuf.Internal.EnumLite
Protobuf enumstreamlayer.sports.LeagueSyncStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LEAGUE_SYNC_STATUS_ERRORLEAGUE_SYNC_STATUS_ERROR = 4;LEAGUE_SYNC_STATUS_IN_PROGRESSLEAGUE_SYNC_STATUS_IN_PROGRESS = 2;LEAGUE_SYNC_STATUS_SCHEDULEDLEAGUE_SYNC_STATUS_SCHEDULED = 1;LEAGUE_SYNC_STATUS_SYNCEDLEAGUE_SYNC_STATUS_SYNCED = 3;LEAGUE_SYNC_STATUS_UNSETLEAGUE_SYNC_STATUS_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intLEAGUE_SYNC_STATUS_ERROR_VALUELEAGUE_SYNC_STATUS_ERROR = 4;static intLEAGUE_SYNC_STATUS_IN_PROGRESS_VALUELEAGUE_SYNC_STATUS_IN_PROGRESS = 2;static intLEAGUE_SYNC_STATUS_SCHEDULED_VALUELEAGUE_SYNC_STATUS_SCHEDULED = 1;static intLEAGUE_SYNC_STATUS_SYNCED_VALUELEAGUE_SYNC_STATUS_SYNCED = 3;static intLEAGUE_SYNC_STATUS_UNSET_VALUELEAGUE_SYNC_STATUS_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LeagueSyncStatusforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<LeagueSyncStatus>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static LeagueSyncStatusvalueOf(int value)Deprecated.static LeagueSyncStatusvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LeagueSyncStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LEAGUE_SYNC_STATUS_UNSET
public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_UNSET
LEAGUE_SYNC_STATUS_UNSET = 0;
-
LEAGUE_SYNC_STATUS_SCHEDULED
public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_SCHEDULED
LEAGUE_SYNC_STATUS_SCHEDULED = 1;
-
LEAGUE_SYNC_STATUS_IN_PROGRESS
public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_IN_PROGRESS
LEAGUE_SYNC_STATUS_IN_PROGRESS = 2;
-
LEAGUE_SYNC_STATUS_SYNCED
public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_SYNCED
LEAGUE_SYNC_STATUS_SYNCED = 3;
-
LEAGUE_SYNC_STATUS_ERROR
public static final LeagueSyncStatus LEAGUE_SYNC_STATUS_ERROR
LEAGUE_SYNC_STATUS_ERROR = 4;
-
UNRECOGNIZED
public static final LeagueSyncStatus UNRECOGNIZED
-
-
Field Detail
-
LEAGUE_SYNC_STATUS_UNSET_VALUE
public static final int LEAGUE_SYNC_STATUS_UNSET_VALUE
LEAGUE_SYNC_STATUS_UNSET = 0;- See Also:
- Constant Field Values
-
LEAGUE_SYNC_STATUS_SCHEDULED_VALUE
public static final int LEAGUE_SYNC_STATUS_SCHEDULED_VALUE
LEAGUE_SYNC_STATUS_SCHEDULED = 1;- See Also:
- Constant Field Values
-
LEAGUE_SYNC_STATUS_IN_PROGRESS_VALUE
public static final int LEAGUE_SYNC_STATUS_IN_PROGRESS_VALUE
LEAGUE_SYNC_STATUS_IN_PROGRESS = 2;- See Also:
- Constant Field Values
-
LEAGUE_SYNC_STATUS_SYNCED_VALUE
public static final int LEAGUE_SYNC_STATUS_SYNCED_VALUE
LEAGUE_SYNC_STATUS_SYNCED = 3;- See Also:
- Constant Field Values
-
LEAGUE_SYNC_STATUS_ERROR_VALUE
public static final int LEAGUE_SYNC_STATUS_ERROR_VALUE
LEAGUE_SYNC_STATUS_ERROR = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static LeagueSyncStatus[] 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 (LeagueSyncStatus c : LeagueSyncStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LeagueSyncStatus 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 LeagueSyncStatus 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 LeagueSyncStatus forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<LeagueSyncStatus> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-