Enum 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 enum streamlayer.interactive.QuestionAutoPostState
    • 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;
    • 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 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 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 name
        java.lang.NullPointerException - if the argument is null
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<QuestionAutoPostState> internalGetValueMap()
      • internalGetVerifier

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