public static enum DbUtil.COMMAND extends Enum<DbUtil.COMMAND>
| Modifier and Type | Method and Description |
|---|---|
static DbUtil.COMMAND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbUtil.COMMAND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbUtil.COMMAND GET
public static final DbUtil.COMMAND PUT
public static final DbUtil.COMMAND CLEAR
public static DbUtil.COMMAND[] values()
for (DbUtil.COMMAND c : DbUtil.COMMAND.values()) System.out.println(c);
public static DbUtil.COMMAND 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 © 2009–2019 DuraSpace. All rights reserved.