Enum QuestionImages

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

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

      • QUESTION_IMAGES_UNSET

        public static final QuestionImages QUESTION_IMAGES_UNSET
        QUESTION_IMAGES_UNSET = 0;
      • QUESTION_IMAGES_NONE

        public static final QuestionImages QUESTION_IMAGES_NONE
        QUESTION_IMAGES_NONE = 1;
      • QUESTION_IMAGES_ROUNDED

        public static final QuestionImages QUESTION_IMAGES_ROUNDED
        QUESTION_IMAGES_ROUNDED = 2;
      • QUESTION_IMAGES_TRANSPARENT

        public static final QuestionImages QUESTION_IMAGES_TRANSPARENT
        QUESTION_IMAGES_TRANSPARENT = 3;
      • QUESTION_IMAGES_CENTERED

        public static final QuestionImages QUESTION_IMAGES_CENTERED
        QUESTION_IMAGES_CENTERED = 4;
      • QUESTION_IMAGES_SOLID

        public static final QuestionImages QUESTION_IMAGES_SOLID
        QUESTION_IMAGES_SOLID = 5;
    • Field Detail

      • QUESTION_IMAGES_UNSET_VALUE

        public static final int QUESTION_IMAGES_UNSET_VALUE
        QUESTION_IMAGES_UNSET = 0;
        See Also:
        Constant Field Values
      • QUESTION_IMAGES_NONE_VALUE

        public static final int QUESTION_IMAGES_NONE_VALUE
        QUESTION_IMAGES_NONE = 1;
        See Also:
        Constant Field Values
      • QUESTION_IMAGES_ROUNDED_VALUE

        public static final int QUESTION_IMAGES_ROUNDED_VALUE
        QUESTION_IMAGES_ROUNDED = 2;
        See Also:
        Constant Field Values
      • QUESTION_IMAGES_TRANSPARENT_VALUE

        public static final int QUESTION_IMAGES_TRANSPARENT_VALUE
        QUESTION_IMAGES_TRANSPARENT = 3;
        See Also:
        Constant Field Values
      • QUESTION_IMAGES_CENTERED_VALUE

        public static final int QUESTION_IMAGES_CENTERED_VALUE
        QUESTION_IMAGES_CENTERED = 4;
        See Also:
        Constant Field Values
      • QUESTION_IMAGES_SOLID_VALUE

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

      • values

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

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

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