public static enum Deliver.DeliverStatus extends Enum<Deliver.DeliverStatus>
Enum Constant and Description |
---|
DELIVER_IN_PROGRESS |
NO_DELIVER_ON_STREAM |
UNKOWN |
Modifier and Type | Method and Description |
---|---|
boolean |
busy() |
static Deliver.DeliverStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deliver.DeliverStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Deliver.DeliverStatus UNKOWN
public static final Deliver.DeliverStatus NO_DELIVER_ON_STREAM
public static final Deliver.DeliverStatus DELIVER_IN_PROGRESS
public static Deliver.DeliverStatus[] values()
for (Deliver.DeliverStatus c : Deliver.DeliverStatus.values()) System.out.println(c);
public static Deliver.DeliverStatus 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 boolean busy()
Copyright © 2016–2018. All rights reserved.