public static enum DispatchOptions.DispatchTarget extends java.lang.Enum<DispatchOptions.DispatchTarget>
Enum Constant and Description |
---|
CONTACTFILTER |
EVENT |
RSS |
Modifier and Type | Method and Description |
---|---|
static DispatchOptions.DispatchTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DispatchOptions.DispatchTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DispatchOptions.DispatchTarget EVENT
public static final DispatchOptions.DispatchTarget CONTACTFILTER
public static final DispatchOptions.DispatchTarget RSS
public static DispatchOptions.DispatchTarget[] values()
for (DispatchOptions.DispatchTarget c : DispatchOptions.DispatchTarget.values()) System.out.println(c);
public static DispatchOptions.DispatchTarget 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 nullCopyright © 2017. All Rights Reserved.