public enum DeliveredRequestedListStatus extends Enum<DeliveredRequestedListStatus>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAffected() |
boolean |
isComplete() |
boolean |
isPending() |
static DeliveredRequestedListStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveredRequestedListStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeliveredRequestedListStatus PENDING
public static final DeliveredRequestedListStatus AFFECTED
public static final DeliveredRequestedListStatus COMPLETE
public static DeliveredRequestedListStatus[] values()
for (DeliveredRequestedListStatus c : DeliveredRequestedListStatus.values()) System.out.println(c);
public static DeliveredRequestedListStatus 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 isComplete()
public boolean isAffected()
public boolean isPending()
Copyright © 2013 CodeLutin. All rights reserved.