Enum QuestionAutoPostState
- java.lang.Object
-
- java.lang.Enum<QuestionAutoPostState>
-
- com.streamlayer.interactive.common.QuestionAutoPostState
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<QuestionAutoPostState>
public enum QuestionAutoPostState extends java.lang.Enum<QuestionAutoPostState> implements com.google.protobuf.Internal.EnumLite
Protobuf enumstreamlayer.interactive.QuestionAutoPostState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description QUESTION_AUTO_POST_STATE_IDLEQUESTION_AUTO_POST_STATE_IDLE = 4;QUESTION_AUTO_POST_STATE_OFFQUESTION_AUTO_POST_STATE_OFF = 2;QUESTION_AUTO_POST_STATE_ONQUESTION_AUTO_POST_STATE_ON = 1;QUESTION_AUTO_POST_STATE_PAUSEDQUESTION_AUTO_POST_STATE_PAUSED = 3;QUESTION_AUTO_POST_STATE_RESETuse as commandQUESTION_AUTO_POST_STATE_UNSETQUESTION_AUTO_POST_STATE_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intQUESTION_AUTO_POST_STATE_IDLE_VALUEQUESTION_AUTO_POST_STATE_IDLE = 4;static intQUESTION_AUTO_POST_STATE_OFF_VALUEQUESTION_AUTO_POST_STATE_OFF = 2;static intQUESTION_AUTO_POST_STATE_ON_VALUEQUESTION_AUTO_POST_STATE_ON = 1;static intQUESTION_AUTO_POST_STATE_PAUSED_VALUEQUESTION_AUTO_POST_STATE_PAUSED = 3;static intQUESTION_AUTO_POST_STATE_RESET_VALUEuse as commandstatic intQUESTION_AUTO_POST_STATE_UNSET_VALUEQUESTION_AUTO_POST_STATE_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static QuestionAutoPostStateforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<QuestionAutoPostState>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static QuestionAutoPostStatevalueOf(int value)Deprecated.static QuestionAutoPostStatevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QuestionAutoPostState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
QUESTION_AUTO_POST_STATE_UNSET
public static final QuestionAutoPostState QUESTION_AUTO_POST_STATE_UNSET
QUESTION_AUTO_POST_STATE_UNSET = 0;
-
QUESTION_AUTO_POST_STATE_ON
public static final QuestionAutoPostState QUESTION_AUTO_POST_STATE_ON
QUESTION_AUTO_POST_STATE_ON = 1;
-
QUESTION_AUTO_POST_STATE_OFF
public static final QuestionAutoPostState QUESTION_AUTO_POST_STATE_OFF
QUESTION_AUTO_POST_STATE_OFF = 2;
-
QUESTION_AUTO_POST_STATE_PAUSED
public static final QuestionAutoPostState QUESTION_AUTO_POST_STATE_PAUSED
QUESTION_AUTO_POST_STATE_PAUSED = 3;
-
QUESTION_AUTO_POST_STATE_IDLE
public static final QuestionAutoPostState QUESTION_AUTO_POST_STATE_IDLE
QUESTION_AUTO_POST_STATE_IDLE = 4;
-
QUESTION_AUTO_POST_STATE_RESET
public static final QuestionAutoPostState QUESTION_AUTO_POST_STATE_RESET
use as command
QUESTION_AUTO_POST_STATE_RESET = 5;
-
UNRECOGNIZED
public static final QuestionAutoPostState UNRECOGNIZED
-
-
Field Detail
-
QUESTION_AUTO_POST_STATE_UNSET_VALUE
public static final int QUESTION_AUTO_POST_STATE_UNSET_VALUE
QUESTION_AUTO_POST_STATE_UNSET = 0;- See Also:
- Constant Field Values
-
QUESTION_AUTO_POST_STATE_ON_VALUE
public static final int QUESTION_AUTO_POST_STATE_ON_VALUE
QUESTION_AUTO_POST_STATE_ON = 1;- See Also:
- Constant Field Values
-
QUESTION_AUTO_POST_STATE_OFF_VALUE
public static final int QUESTION_AUTO_POST_STATE_OFF_VALUE
QUESTION_AUTO_POST_STATE_OFF = 2;- See Also:
- Constant Field Values
-
QUESTION_AUTO_POST_STATE_PAUSED_VALUE
public static final int QUESTION_AUTO_POST_STATE_PAUSED_VALUE
QUESTION_AUTO_POST_STATE_PAUSED = 3;- See Also:
- Constant Field Values
-
QUESTION_AUTO_POST_STATE_IDLE_VALUE
public static final int QUESTION_AUTO_POST_STATE_IDLE_VALUE
QUESTION_AUTO_POST_STATE_IDLE = 4;- See Also:
- Constant Field Values
-
QUESTION_AUTO_POST_STATE_RESET_VALUE
public static final int QUESTION_AUTO_POST_STATE_RESET_VALUE
use as command
QUESTION_AUTO_POST_STATE_RESET = 5;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static QuestionAutoPostState[] 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 (QuestionAutoPostState c : QuestionAutoPostState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static QuestionAutoPostState 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 QuestionAutoPostState 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 QuestionAutoPostState forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<QuestionAutoPostState> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-