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