Enum AdType
- java.lang.Object
-
- java.lang.Enum<AdType>
-
- com.streamlayer.interactive.common.AdType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AD_TYPE_LBARAD_TYPE_LBAR = 1;AD_TYPE_LOWER_THIRDAD_TYPE_LOWER_THIRD = 4;AD_TYPE_OVERLAYAD_TYPE_OVERLAY = 3;AD_TYPE_PICTURE_IN_PICTUREAD_TYPE_PICTURE_IN_PICTURE = 6;AD_TYPE_SIDE_BY_SIDEAD_TYPE_SIDE_BY_SIDE = 5;AD_TYPE_SIDEBARAD_TYPE_SIDEBAR = 2;AD_TYPE_UNSETAD_TYPE_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intAD_TYPE_LBAR_VALUEAD_TYPE_LBAR = 1;static intAD_TYPE_LOWER_THIRD_VALUEAD_TYPE_LOWER_THIRD = 4;static intAD_TYPE_OVERLAY_VALUEAD_TYPE_OVERLAY = 3;static intAD_TYPE_PICTURE_IN_PICTURE_VALUEAD_TYPE_PICTURE_IN_PICTURE = 6;static intAD_TYPE_SIDE_BY_SIDE_VALUEAD_TYPE_SIDE_BY_SIDE = 5;static intAD_TYPE_SIDEBAR_VALUEAD_TYPE_SIDEBAR = 2;static intAD_TYPE_UNSET_VALUEAD_TYPE_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdTypeforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<AdType>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static AdTypevalueOf(int value)Deprecated.static AdTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AdType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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 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 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 namejava.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()
-
-