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