public static enum BrxRtb095.Linearity extends Enum<BrxRtb095.Linearity> implements com.google.protobuf.ProtocolMessageEnum
Linearity
Enum Constant and Description |
---|
LINEAR
LINEAR = 1; |
NON_LINEAR
NON_LINEAR = 2; |
Modifier and Type | Field and Description |
---|---|
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Linearity> |
internalValueMap |
static int |
LINEAR_VALUE
LINEAR = 1; |
static int |
NON_LINEAR_VALUE
NON_LINEAR = 2; |
private int |
value |
private static BrxRtb095.Linearity[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Linearity> |
internalGetValueMap() |
static BrxRtb095.Linearity |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.Linearity |
valueOf(int value) |
static BrxRtb095.Linearity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.Linearity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.Linearity LINEAR
LINEAR = 1;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.6 Values derived from the IAB Quality Assurance Guidelines (QAG) Specifies the options for video linearity.
public static final BrxRtb095.Linearity NON_LINEAR
NON_LINEAR = 2;
public static final int LINEAR_VALUE
LINEAR = 1;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.6 Values derived from the IAB Quality Assurance Guidelines (QAG) Specifies the options for video linearity.
public static final int NON_LINEAR_VALUE
NON_LINEAR = 2;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Linearity> internalValueMap
private static final BrxRtb095.Linearity[] VALUES
private final int index
private final int value
public static BrxRtb095.Linearity[] values()
for (BrxRtb095.Linearity c : BrxRtb095.Linearity.values()) System.out.println(c);
public static BrxRtb095.Linearity valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static BrxRtb095.Linearity valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Linearity> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BrxRtb095.Linearity valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)