Enum QuestionPosition

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

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

      • QUESTION_POSITION_UNSET

        public static final QuestionPosition QUESTION_POSITION_UNSET
        QUESTION_POSITION_UNSET = 0;
      • QUESTION_POSITION_DEFAULT

        public static final QuestionPosition QUESTION_POSITION_DEFAULT
        QUESTION_POSITION_DEFAULT = 1;
      • QUESTION_POSITION_FIXED_BOTTOM

        public static final QuestionPosition QUESTION_POSITION_FIXED_BOTTOM
        QUESTION_POSITION_FIXED_BOTTOM = 2;
      • QUESTION_POSITION_LBAR

        public static final QuestionPosition QUESTION_POSITION_LBAR
        QUESTION_POSITION_LBAR = 3;
      • QUESTION_POSITION_OVERLAY

        public static final QuestionPosition QUESTION_POSITION_OVERLAY
        QUESTION_POSITION_OVERLAY = 4;
      • QUESTION_POSITION_SIDEBAR

        public static final QuestionPosition QUESTION_POSITION_SIDEBAR
        QUESTION_POSITION_SIDEBAR = 5;
    • Field Detail

      • QUESTION_POSITION_UNSET_VALUE

        public static final int QUESTION_POSITION_UNSET_VALUE
        QUESTION_POSITION_UNSET = 0;
        See Also:
        Constant Field Values
      • QUESTION_POSITION_DEFAULT_VALUE

        public static final int QUESTION_POSITION_DEFAULT_VALUE
        QUESTION_POSITION_DEFAULT = 1;
        See Also:
        Constant Field Values
      • QUESTION_POSITION_FIXED_BOTTOM_VALUE

        public static final int QUESTION_POSITION_FIXED_BOTTOM_VALUE
        QUESTION_POSITION_FIXED_BOTTOM = 2;
        See Also:
        Constant Field Values
      • QUESTION_POSITION_LBAR_VALUE

        public static final int QUESTION_POSITION_LBAR_VALUE
        QUESTION_POSITION_LBAR = 3;
        See Also:
        Constant Field Values
      • QUESTION_POSITION_OVERLAY_VALUE

        public static final int QUESTION_POSITION_OVERLAY_VALUE
        QUESTION_POSITION_OVERLAY = 4;
        See Also:
        Constant Field Values
      • QUESTION_POSITION_SIDEBAR_VALUE

        public static final int QUESTION_POSITION_SIDEBAR_VALUE
        QUESTION_POSITION_SIDEBAR = 5;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

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

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