protected static enum ListIndexCommandDUnitTest.CrudOperation extends Enum<ListIndexCommandDUnitTest.CrudOperation>
| Modifier and Type | Method and Description |
|---|---|
static ListIndexCommandDUnitTest.CrudOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListIndexCommandDUnitTest.CrudOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListIndexCommandDUnitTest.CrudOperation CREATE
public static final ListIndexCommandDUnitTest.CrudOperation RETRIEVE
public static final ListIndexCommandDUnitTest.CrudOperation UPDATE
public static final ListIndexCommandDUnitTest.CrudOperation DELETE
public static ListIndexCommandDUnitTest.CrudOperation[] values()
for (ListIndexCommandDUnitTest.CrudOperation c : ListIndexCommandDUnitTest.CrudOperation.values()) System.out.println(c);
public static ListIndexCommandDUnitTest.CrudOperation 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 © 2010-2015 Pivotal Software, Inc. All rights reserved.