Enum QuestionImages
- java.lang.Object
-
- java.lang.Enum<QuestionImages>
-
- com.streamlayer.interactive.common.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 enumstreamlayer.interactive.QuestionImages
-
-
Enum Constant Summary
Enum Constants Enum Constant Description QUESTION_IMAGES_CENTEREDQUESTION_IMAGES_CENTERED = 4;QUESTION_IMAGES_NONEQUESTION_IMAGES_NONE = 1;QUESTION_IMAGES_ROUNDEDQUESTION_IMAGES_ROUNDED = 2;QUESTION_IMAGES_SOLIDQUESTION_IMAGES_SOLID = 5;QUESTION_IMAGES_TRANSPARENTQUESTION_IMAGES_TRANSPARENT = 3;QUESTION_IMAGES_UNSETQUESTION_IMAGES_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intQUESTION_IMAGES_CENTERED_VALUEQUESTION_IMAGES_CENTERED = 4;static intQUESTION_IMAGES_NONE_VALUEQUESTION_IMAGES_NONE = 1;static intQUESTION_IMAGES_ROUNDED_VALUEQUESTION_IMAGES_ROUNDED = 2;static intQUESTION_IMAGES_SOLID_VALUEQUESTION_IMAGES_SOLID = 5;static intQUESTION_IMAGES_TRANSPARENT_VALUEQUESTION_IMAGES_TRANSPARENT = 3;static intQUESTION_IMAGES_UNSET_VALUEQUESTION_IMAGES_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static QuestionImagesforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<QuestionImages>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static QuestionImagesvalueOf(int value)Deprecated.static QuestionImagesvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QuestionImages[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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;
-
UNRECOGNIZED
public static final QuestionImages UNRECOGNIZED
-
-
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 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 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 namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static QuestionImages forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<QuestionImages> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-