@Deprecated public enum DeleteCriteriaType extends java.lang.Enum<DeleteCriteriaType>
| Enum Constant and Description |
|---|
MESSAGEID
Deprecated.
|
RECIPIENT
Deprecated.
|
SUBJECT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteCriteriaType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DeleteCriteriaType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final DeleteCriteriaType RECIPIENT
@Deprecated public static final DeleteCriteriaType SUBJECT
@Deprecated public static final DeleteCriteriaType MESSAGEID
public static DeleteCriteriaType[] values()
for (DeleteCriteriaType c : DeleteCriteriaType.values()) System.out.println(c);
public static DeleteCriteriaType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null