Enum QuestionStatus

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<QuestionStatus>

    public enum QuestionStatus
    extends java.lang.Enum<QuestionStatus>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.interactive.QuestionStatus
    • Enum Constant Detail

      • QUESTION_STATUS_UNSET

        public static final QuestionStatus QUESTION_STATUS_UNSET
        QUESTION_STATUS_UNSET = 0;
      • QUESTION_STATUS_NOT_SCHEDULED

        public static final QuestionStatus QUESTION_STATUS_NOT_SCHEDULED
        QUESTION_STATUS_NOT_SCHEDULED = 1;
      • QUESTION_STATUS_SCHEDULED

        public static final QuestionStatus QUESTION_STATUS_SCHEDULED
        QUESTION_STATUS_SCHEDULED = 2;
      • QUESTION_STATUS_ACTIVE

        public static final QuestionStatus QUESTION_STATUS_ACTIVE
        QUESTION_STATUS_ACTIVE = 3;
      • QUESTION_STATUS_RESOLVED

        public static final QuestionStatus QUESTION_STATUS_RESOLVED
        QUESTION_STATUS_RESOLVED = 4;
      • QUESTION_STATUS_ENABLED

        public static final QuestionStatus QUESTION_STATUS_ENABLED
        QUESTION_STATUS_ENABLED = 5;
      • QUESTION_STATUS_DISABLED

        public static final QuestionStatus QUESTION_STATUS_DISABLED
        QUESTION_STATUS_DISABLED = 6;
    • Field Detail

      • QUESTION_STATUS_UNSET_VALUE

        public static final int QUESTION_STATUS_UNSET_VALUE
        QUESTION_STATUS_UNSET = 0;
        See Also:
        Constant Field Values
      • QUESTION_STATUS_NOT_SCHEDULED_VALUE

        public static final int QUESTION_STATUS_NOT_SCHEDULED_VALUE
        QUESTION_STATUS_NOT_SCHEDULED = 1;
        See Also:
        Constant Field Values
      • QUESTION_STATUS_SCHEDULED_VALUE

        public static final int QUESTION_STATUS_SCHEDULED_VALUE
        QUESTION_STATUS_SCHEDULED = 2;
        See Also:
        Constant Field Values
      • QUESTION_STATUS_ACTIVE_VALUE

        public static final int QUESTION_STATUS_ACTIVE_VALUE
        QUESTION_STATUS_ACTIVE = 3;
        See Also:
        Constant Field Values
      • QUESTION_STATUS_RESOLVED_VALUE

        public static final int QUESTION_STATUS_RESOLVED_VALUE
        QUESTION_STATUS_RESOLVED = 4;
        See Also:
        Constant Field Values
      • QUESTION_STATUS_ENABLED_VALUE

        public static final int QUESTION_STATUS_ENABLED_VALUE
        QUESTION_STATUS_ENABLED = 5;
        See Also:
        Constant Field Values
      • QUESTION_STATUS_DISABLED_VALUE

        public static final int QUESTION_STATUS_DISABLED_VALUE
        QUESTION_STATUS_DISABLED = 6;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static QuestionStatus[] 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 (QuestionStatus c : QuestionStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static QuestionStatus 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 QuestionStatus 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<QuestionStatus> internalGetValueMap()
      • internalGetVerifier

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