Enum AdType

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

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

      • AD_TYPE_UNSET

        public static final AdType AD_TYPE_UNSET
        AD_TYPE_UNSET = 0;
      • AD_TYPE_LBAR

        public static final AdType AD_TYPE_LBAR
        AD_TYPE_LBAR = 1;
      • AD_TYPE_SIDEBAR

        public static final AdType AD_TYPE_SIDEBAR
        AD_TYPE_SIDEBAR = 2;
      • AD_TYPE_OVERLAY

        public static final AdType AD_TYPE_OVERLAY
        AD_TYPE_OVERLAY = 3;
      • AD_TYPE_LOWER_THIRD

        public static final AdType AD_TYPE_LOWER_THIRD
        AD_TYPE_LOWER_THIRD = 4;
      • AD_TYPE_SIDE_BY_SIDE

        public static final AdType AD_TYPE_SIDE_BY_SIDE
        AD_TYPE_SIDE_BY_SIDE = 5;
      • AD_TYPE_PICTURE_IN_PICTURE

        public static final AdType AD_TYPE_PICTURE_IN_PICTURE
        AD_TYPE_PICTURE_IN_PICTURE = 6;
      • UNRECOGNIZED

        public static final AdType UNRECOGNIZED
    • Field Detail

      • AD_TYPE_UNSET_VALUE

        public static final int AD_TYPE_UNSET_VALUE
        AD_TYPE_UNSET = 0;
        See Also:
        Constant Field Values
      • AD_TYPE_LBAR_VALUE

        public static final int AD_TYPE_LBAR_VALUE
        AD_TYPE_LBAR = 1;
        See Also:
        Constant Field Values
      • AD_TYPE_SIDEBAR_VALUE

        public static final int AD_TYPE_SIDEBAR_VALUE
        AD_TYPE_SIDEBAR = 2;
        See Also:
        Constant Field Values
      • AD_TYPE_OVERLAY_VALUE

        public static final int AD_TYPE_OVERLAY_VALUE
        AD_TYPE_OVERLAY = 3;
        See Also:
        Constant Field Values
      • AD_TYPE_LOWER_THIRD_VALUE

        public static final int AD_TYPE_LOWER_THIRD_VALUE
        AD_TYPE_LOWER_THIRD = 4;
        See Also:
        Constant Field Values
      • AD_TYPE_SIDE_BY_SIDE_VALUE

        public static final int AD_TYPE_SIDE_BY_SIDE_VALUE
        AD_TYPE_SIDE_BY_SIDE = 5;
        See Also:
        Constant Field Values
      • AD_TYPE_PICTURE_IN_PICTURE_VALUE

        public static final int AD_TYPE_PICTURE_IN_PICTURE_VALUE
        AD_TYPE_PICTURE_IN_PICTURE = 6;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static AdType 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 AdType 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 AdType forNumber​(int value)
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<AdType> internalGetValueMap()
      • internalGetVerifier

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