public static enum Ready.DELIVER_TO extends 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(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(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 nullCopyright © 2016. All rights reserved.