public static enum ETList.Classification extends Enum<ETList.Classification>
| Enum Constant and Description |
|---|
EXACT_TARGET_LIST |
PUBLICATION_LIST |
SUPPRESSION_LIST |
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static ETList.Classification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETList.Classification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETList.Classification EXACT_TARGET_LIST
public static final ETList.Classification PUBLICATION_LIST
public static final ETList.Classification SUPPRESSION_LIST
public static ETList.Classification[] values()
for (ETList.Classification c : ETList.Classification.values()) System.out.println(c);
public static ETList.Classification 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 value()
Copyright © 2017. All rights reserved.