public static enum AdsPixel.EnumRelationshipType extends Enum<AdsPixel.EnumRelationshipType>
| Enum Constant and Description |
|---|
NULL |
VALUE_AD_MANAGER |
VALUE_AGENCY |
VALUE_AUDIENCE_MANAGER |
VALUE_OTHER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdsPixel.EnumRelationshipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdsPixel.EnumRelationshipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdsPixel.EnumRelationshipType VALUE_AD_MANAGER
public static final AdsPixel.EnumRelationshipType VALUE_AUDIENCE_MANAGER
public static final AdsPixel.EnumRelationshipType VALUE_AGENCY
public static final AdsPixel.EnumRelationshipType VALUE_OTHER
public static final AdsPixel.EnumRelationshipType NULL
public static AdsPixel.EnumRelationshipType[] values()
for (AdsPixel.EnumRelationshipType c : AdsPixel.EnumRelationshipType.values()) System.out.println(c);
public static AdsPixel.EnumRelationshipType 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 String toString()
toString in class Enum<AdsPixel.EnumRelationshipType>Copyright © 2018. All rights reserved.