Enum 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 enum streamlayer.triggers.StudioInput
    • 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 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 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 name
        java.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()