Package com.streamlayer.triggers
Enum StudioInput
- java.lang.Object
-
- java.lang.Enum<StudioInput>
-
- com.streamlayer.triggers.StudioInput
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<StudioInput>
public enum StudioInput extends java.lang.Enum<StudioInput> implements com.google.protobuf.Internal.EnumLite
Protobuf enumstreamlayer.triggers.StudioInput
-
-
Enum Constant Summary
Enum Constants Enum Constant Description STUDIO_INPUT_DATE_TIME_PICKERSTUDIO_INPUT_DATE_TIME_PICKER = 7;STUDIO_INPUT_NUMBERSTUDIO_INPUT_NUMBER = 5;STUDIO_INPUT_POINTSSTUDIO_INPUT_POINTS = 6;STUDIO_INPUT_REPEATSTUDIO_INPUT_REPEAT = 8;STUDIO_INPUT_SELECTSTUDIO_INPUT_SELECT = 1;STUDIO_INPUT_SELECT_MULTISTUDIO_INPUT_SELECT_MULTI = 2;STUDIO_INPUT_STRINGSTUDIO_INPUT_STRING = 4;STUDIO_INPUT_TIME_MINUTESSTUDIO_INPUT_TIME_MINUTES = 3;STUDIO_INPUT_UNSETSTUDIO_INPUT_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intSTUDIO_INPUT_DATE_TIME_PICKER_VALUESTUDIO_INPUT_DATE_TIME_PICKER = 7;static intSTUDIO_INPUT_NUMBER_VALUESTUDIO_INPUT_NUMBER = 5;static intSTUDIO_INPUT_POINTS_VALUESTUDIO_INPUT_POINTS = 6;static intSTUDIO_INPUT_REPEAT_VALUESTUDIO_INPUT_REPEAT = 8;static intSTUDIO_INPUT_SELECT_MULTI_VALUESTUDIO_INPUT_SELECT_MULTI = 2;static intSTUDIO_INPUT_SELECT_VALUESTUDIO_INPUT_SELECT = 1;static intSTUDIO_INPUT_STRING_VALUESTUDIO_INPUT_STRING = 4;static intSTUDIO_INPUT_TIME_MINUTES_VALUESTUDIO_INPUT_TIME_MINUTES = 3;static intSTUDIO_INPUT_UNSET_VALUESTUDIO_INPUT_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StudioInputforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<StudioInput>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static StudioInputvalueOf(int value)Deprecated.static StudioInputvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StudioInput[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STUDIO_INPUT_UNSET
public static final StudioInput STUDIO_INPUT_UNSET
STUDIO_INPUT_UNSET = 0;
-
STUDIO_INPUT_SELECT
public static final StudioInput STUDIO_INPUT_SELECT
STUDIO_INPUT_SELECT = 1;
-
STUDIO_INPUT_SELECT_MULTI
public static final StudioInput STUDIO_INPUT_SELECT_MULTI
STUDIO_INPUT_SELECT_MULTI = 2;
-
STUDIO_INPUT_TIME_MINUTES
public static final StudioInput STUDIO_INPUT_TIME_MINUTES
STUDIO_INPUT_TIME_MINUTES = 3;
-
STUDIO_INPUT_STRING
public static final StudioInput STUDIO_INPUT_STRING
STUDIO_INPUT_STRING = 4;
-
STUDIO_INPUT_NUMBER
public static final StudioInput STUDIO_INPUT_NUMBER
STUDIO_INPUT_NUMBER = 5;
-
STUDIO_INPUT_POINTS
public static final StudioInput STUDIO_INPUT_POINTS
STUDIO_INPUT_POINTS = 6;
-
STUDIO_INPUT_DATE_TIME_PICKER
public static final StudioInput STUDIO_INPUT_DATE_TIME_PICKER
STUDIO_INPUT_DATE_TIME_PICKER = 7;
-
STUDIO_INPUT_REPEAT
public static final StudioInput STUDIO_INPUT_REPEAT
STUDIO_INPUT_REPEAT = 8;
-
UNRECOGNIZED
public static final StudioInput UNRECOGNIZED
-
-
Field Detail
-
STUDIO_INPUT_UNSET_VALUE
public static final int STUDIO_INPUT_UNSET_VALUE
STUDIO_INPUT_UNSET = 0;- See Also:
- Constant Field Values
-
STUDIO_INPUT_SELECT_VALUE
public static final int STUDIO_INPUT_SELECT_VALUE
STUDIO_INPUT_SELECT = 1;- See Also:
- Constant Field Values
-
STUDIO_INPUT_SELECT_MULTI_VALUE
public static final int STUDIO_INPUT_SELECT_MULTI_VALUE
STUDIO_INPUT_SELECT_MULTI = 2;- See Also:
- Constant Field Values
-
STUDIO_INPUT_TIME_MINUTES_VALUE
public static final int STUDIO_INPUT_TIME_MINUTES_VALUE
STUDIO_INPUT_TIME_MINUTES = 3;- See Also:
- Constant Field Values
-
STUDIO_INPUT_STRING_VALUE
public static final int STUDIO_INPUT_STRING_VALUE
STUDIO_INPUT_STRING = 4;- See Also:
- Constant Field Values
-
STUDIO_INPUT_NUMBER_VALUE
public static final int STUDIO_INPUT_NUMBER_VALUE
STUDIO_INPUT_NUMBER = 5;- See Also:
- Constant Field Values
-
STUDIO_INPUT_POINTS_VALUE
public static final int STUDIO_INPUT_POINTS_VALUE
STUDIO_INPUT_POINTS = 6;- See Also:
- Constant Field Values
-
STUDIO_INPUT_DATE_TIME_PICKER_VALUE
public static final int STUDIO_INPUT_DATE_TIME_PICKER_VALUE
STUDIO_INPUT_DATE_TIME_PICKER = 7;- See Also:
- Constant Field Values
-
STUDIO_INPUT_REPEAT_VALUE
public static final int STUDIO_INPUT_REPEAT_VALUE
STUDIO_INPUT_REPEAT = 8;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static StudioInput[] 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 (StudioInput c : StudioInput.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StudioInput 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 StudioInput 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 StudioInput forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<StudioInput> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-