public static enum Ready.DELIVER_TO extends java.lang.Enum<Ready.DELIVER_TO>
DeliverTo.DELIVER_TO instead.| Enum Constant and Description |
|---|
ALL
Deprecated.
|
BROADCASTER
Deprecated.
|
RESOURCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Ready.DELIVER_TO |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Ready.DELIVER_TO[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ready.DELIVER_TO RESOURCE
public static final Ready.DELIVER_TO BROADCASTER
public static final Ready.DELIVER_TO ALL
public static Ready.DELIVER_TO[] values()
for (Ready.DELIVER_TO c : Ready.DELIVER_TO.values()) System.out.println(c);
public static Ready.DELIVER_TO 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.