public static enum CPASParentCatalogSettings.EnumAttributionWindows extends Enum<CPASParentCatalogSettings.EnumAttributionWindows>
| Enum Constant and Description |
|---|
VALUE_DDA |
VALUE_DEFAULT |
VALUE_X1D_CLICK |
VALUE_X1D_VIEW |
VALUE_X28D_CLICK |
VALUE_X28D_VIEW |
VALUE_X7D_CLICK |
VALUE_X7D_VIEW |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CPASParentCatalogSettings.EnumAttributionWindows |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPASParentCatalogSettings.EnumAttributionWindows[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPASParentCatalogSettings.EnumAttributionWindows VALUE_DDA
public static final CPASParentCatalogSettings.EnumAttributionWindows VALUE_DEFAULT
public static final CPASParentCatalogSettings.EnumAttributionWindows VALUE_X1D_CLICK
public static final CPASParentCatalogSettings.EnumAttributionWindows VALUE_X1D_VIEW
public static final CPASParentCatalogSettings.EnumAttributionWindows VALUE_X28D_CLICK
public static final CPASParentCatalogSettings.EnumAttributionWindows VALUE_X28D_VIEW
public static final CPASParentCatalogSettings.EnumAttributionWindows VALUE_X7D_CLICK
public static final CPASParentCatalogSettings.EnumAttributionWindows VALUE_X7D_VIEW
public static CPASParentCatalogSettings.EnumAttributionWindows[] values()
for (CPASParentCatalogSettings.EnumAttributionWindows c : CPASParentCatalogSettings.EnumAttributionWindows.values()) System.out.println(c);
public static CPASParentCatalogSettings.EnumAttributionWindows 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<CPASParentCatalogSettings.EnumAttributionWindows>Copyright © 2020. All rights reserved.