public static enum BrxRtb095.Qagmediarating extends Enum<BrxRtb095.Qagmediarating> implements com.google.protobuf.ProtocolMessageEnum
Qagmediarating
Enum Constant and Description |
---|
ALL_AUDIENCES
ALL_AUDIENCES = 1; |
EVERYONE_UNDER_12
EVERYONE_UNDER_12 = 2; |
MATURE_AUDIENCES
MATURE_AUDIENCES = 3; |
MATURITY_RATING_UNKNOWN
MATURITY_RATING_UNKNOWN = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
ALL_AUDIENCES_VALUE
ALL_AUDIENCES = 1; |
static int |
EVERYONE_UNDER_12_VALUE
EVERYONE_UNDER_12 = 2; |
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Qagmediarating> |
internalValueMap |
static int |
MATURE_AUDIENCES_VALUE
MATURE_AUDIENCES = 3; |
static int |
MATURITY_RATING_UNKNOWN_VALUE
MATURITY_RATING_UNKNOWN = 0; |
private int |
value |
private static BrxRtb095.Qagmediarating[] |
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.Qagmediarating> |
internalGetValueMap() |
static BrxRtb095.Qagmediarating |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.Qagmediarating |
valueOf(int value) |
static BrxRtb095.Qagmediarating |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.Qagmediarating[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.Qagmediarating MATURITY_RATING_UNKNOWN
MATURITY_RATING_UNKNOWN = 0;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.18 Values derived from the IAB Quality Assurance Guidelines (QAG)
public static final BrxRtb095.Qagmediarating ALL_AUDIENCES
ALL_AUDIENCES = 1;
public static final BrxRtb095.Qagmediarating EVERYONE_UNDER_12
EVERYONE_UNDER_12 = 2;
public static final BrxRtb095.Qagmediarating MATURE_AUDIENCES
MATURE_AUDIENCES = 3;
public static final int MATURITY_RATING_UNKNOWN_VALUE
MATURITY_RATING_UNKNOWN = 0;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.18 Values derived from the IAB Quality Assurance Guidelines (QAG)
public static final int ALL_AUDIENCES_VALUE
ALL_AUDIENCES = 1;
public static final int EVERYONE_UNDER_12_VALUE
EVERYONE_UNDER_12 = 2;
public static final int MATURE_AUDIENCES_VALUE
MATURE_AUDIENCES = 3;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Qagmediarating> internalValueMap
private static final BrxRtb095.Qagmediarating[] VALUES
private final int index
private final int value
public static BrxRtb095.Qagmediarating[] values()
for (BrxRtb095.Qagmediarating c : BrxRtb095.Qagmediarating.values()) System.out.println(c);
public static BrxRtb095.Qagmediarating 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.Qagmediarating valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Qagmediarating> 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.Qagmediarating valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)