Package com.google.doubleclick
Enum AdxExt.BidExt.ExchangeDealType
- java.lang.Object
-
- java.lang.Enum<AdxExt.BidExt.ExchangeDealType>
-
- com.google.doubleclick.AdxExt.BidExt.ExchangeDealType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AdxExt.BidExt.ExchangeDealType>
- Enclosing class:
- AdxExt.BidExt
public static enum AdxExt.BidExt.ExchangeDealType extends Enum<AdxExt.BidExt.ExchangeDealType> implements com.google.protobuf.ProtocolMessageEnum
[AdX: BidResponse.Ad.AdSlot.exchange_deal_type]
Protobuf enumcom.google.doubleclick.BidExt.ExchangeDealType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXCHANGE_AUCTION_PACKAGEEXCHANGE_AUCTION_PACKAGE = 3;OPEN_AUCTIONOPEN_AUCTION = 0;PREFERRED_DEALPREFERRED_DEAL = 2;PRIVATE_AUCTIONPRIVATE_AUCTION = 1;
-
Field Summary
Fields Modifier and Type Field Description static intEXCHANGE_AUCTION_PACKAGE_VALUEEXCHANGE_AUCTION_PACKAGE = 3;static intOPEN_AUCTION_VALUEOPEN_AUCTION = 0;static intPREFERRED_DEAL_VALUEPREFERRED_DEAL = 2;static intPRIVATE_AUCTION_VALUEPRIVATE_AUCTION = 1;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdxExt.BidExt.ExchangeDealTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AdxExt.BidExt.ExchangeDealType>internalGetValueMap()static AdxExt.BidExt.ExchangeDealTypevalueOf(int value)Deprecated.static AdxExt.BidExt.ExchangeDealTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AdxExt.BidExt.ExchangeDealTypevalueOf(String name)Returns the enum constant of this type with the specified name.static AdxExt.BidExt.ExchangeDealType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OPEN_AUCTION
public static final AdxExt.BidExt.ExchangeDealType OPEN_AUCTION
OPEN_AUCTION = 0;
-
PRIVATE_AUCTION
public static final AdxExt.BidExt.ExchangeDealType PRIVATE_AUCTION
PRIVATE_AUCTION = 1;
-
PREFERRED_DEAL
public static final AdxExt.BidExt.ExchangeDealType PREFERRED_DEAL
PREFERRED_DEAL = 2;
-
EXCHANGE_AUCTION_PACKAGE
public static final AdxExt.BidExt.ExchangeDealType EXCHANGE_AUCTION_PACKAGE
EXCHANGE_AUCTION_PACKAGE = 3;
-
-
Field Detail
-
OPEN_AUCTION_VALUE
public static final int OPEN_AUCTION_VALUE
OPEN_AUCTION = 0;- See Also:
- Constant Field Values
-
PRIVATE_AUCTION_VALUE
public static final int PRIVATE_AUCTION_VALUE
PRIVATE_AUCTION = 1;- See Also:
- Constant Field Values
-
PREFERRED_DEAL_VALUE
public static final int PREFERRED_DEAL_VALUE
PREFERRED_DEAL = 2;- See Also:
- Constant Field Values
-
EXCHANGE_AUCTION_PACKAGE_VALUE
public static final int EXCHANGE_AUCTION_PACKAGE_VALUE
EXCHANGE_AUCTION_PACKAGE = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AdxExt.BidExt.ExchangeDealType[] 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 (AdxExt.BidExt.ExchangeDealType c : AdxExt.BidExt.ExchangeDealType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AdxExt.BidExt.ExchangeDealType valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AdxExt.BidExt.ExchangeDealType 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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static AdxExt.BidExt.ExchangeDealType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AdxExt.BidExt.ExchangeDealType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AdxExt.BidExt.ExchangeDealType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-